diff options
author | Federico Ceratto <federico.ceratto@gmail.com> | 2016-09-28 20:00:43 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-28 20:00:43 +0100 |
commit | a56565fdbd58b82e65b1cfa8d0fe82f2d159fb12 (patch) | |
tree | 6328b3f17791e3bdf05bb9dea4fb1afa02e6c462 /lib/arch | |
parent | 5b4a5d861576487fd7fcf28212868283f06049d0 (diff) | |
download | Nim-a56565fdbd58b82e65b1cfa8d0fe82f2d159fb12.tar.gz |
Add description to arch.nim
Diffstat (limited to 'lib/arch')
-rw-r--r-- | lib/arch/arch.nim | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/arch/arch.nim b/lib/arch/arch.nim index a11bfb21f..c8ae3da1c 100644 --- a/lib/arch/arch.nim +++ b/lib/arch/arch.nim @@ -6,6 +6,9 @@ # See the file "copying.txt", included in this # distribution, for details about the copyright. # +# Architecture-specific optimizations and features. +# arch.nim can be imported by only a subset of the +# architectures supported by Nim. when defined(windows): const |