diff options
Diffstat (limited to 'doc/faq.html')
-rw-r--r-- | doc/faq.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/faq.html b/doc/faq.html index 8de8c3f1..b28a72cf 100644 --- a/doc/faq.html +++ b/doc/faq.html | |||
@@ -152,9 +152,10 @@ The compiler will happily optimize away such indirections.</dd> | |||
152 | <dd>Because it's a compiler — it needs to generate native | 152 | <dd>Because it's a compiler — it needs to generate native |
153 | machine code. This means the code generator must be ported to each | 153 | machine code. This means the code generator must be ported to each |
154 | architecture. And the fast interpreter is written in assembler and | 154 | architecture. And the fast interpreter is written in assembler and |
155 | must be ported, too. This is quite an undertaking.<br> Currently only | 155 | must be ported, too. This is quite an undertaking.<br> |
156 | x86, x64 and PPC/e500v2 CPUs are supported. Other architectures will follow | 156 | The <a href="install.html">install documentation</a> shows the supported |
157 | based on sufficient user demand and/or sponsoring.</dd> | 157 | architectures. Other architectures will follow based on sufficient user |
158 | demand and/or sponsoring.</dd> | ||
158 | </dl> | 159 | </dl> |
159 | 160 | ||
160 | <dl> | 161 | <dl> |