diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2016-09-29 12:46:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-29 12:46:58 +0200 |
commit | 55abc3dc386bb5a33eb71fbca351250920e5be65 (patch) | |
tree | d19e27d63ccee3213ae8843e27b24cb844e45352 | |
parent | 2737c98ac4bae9da580394731ba67f3ae5cc51f4 (diff) | |
parent | a56565fdbd58b82e65b1cfa8d0fe82f2d159fb12 (diff) | |
download | Nim-55abc3dc386bb5a33eb71fbca351250920e5be65.tar.gz |
Merge pull request #4833 from FedericoCeratto/patch-15
Add description to arch.nim
-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 |