diff options
Diffstat (limited to '')
-rw-r--r-- | doc/faq.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/faq.html b/doc/faq.html index 15632eae..6d724325 100644 --- a/doc/faq.html +++ b/doc/faq.html | |||
@@ -137,9 +137,8 @@ The compiler will happily optimize away such indirections.</dd> | |||
137 | machine code. This means the code generator must be ported to each | 137 | machine code. This means the code generator must be ported to each |
138 | architecture. And the fast interpreter is written in assembler and | 138 | architecture. And the fast interpreter is written in assembler and |
139 | must be ported, too. This is quite an undertaking.<br> Currently only | 139 | must be ported, too. This is quite an undertaking.<br> Currently only |
140 | x86 CPUs are supported. x64 support is in the works. Other | 140 | x86 and x64 CPUs are supported. Other architectures will follow based |
141 | architectures will follow with sufficient demand and/or | 141 | on sufficient user demand and/or sponsoring.</dd> |
142 | sponsoring.</dd> | ||
143 | </dl> | 142 | </dl> |
144 | 143 | ||
145 | <dl> | 144 | <dl> |