From a56565fdbd58b82e65b1cfa8d0fe82f2d159fb12 Mon Sep 17 00:00:00 2001 From: Federico Ceratto Date: Wed, 28 Sep 2016 20:00:43 +0100 Subject: Add description to arch.nim --- lib/arch/arch.nim | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/arch') 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 -- cgit 1.4.1-2-gfad0 ();'> This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)ahoang <ahoang@tilde.institute>
summary refs log tree commit diff stats
path: root/doc/spawn.txt
blob: ed500f3a5ccac99e713cc0e7269be2315785635e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98