summaryrefslogtreecommitdiff
path: root/doc/faq.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/faq.html')
-rw-r--r--doc/faq.html7
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 &mdash; it needs to generate native 152<dd>Because it's a compiler &mdash; it needs to generate native
153machine code. This means the code generator must be ported to each 153machine code. This means the code generator must be ported to each
154architecture. And the fast interpreter is written in assembler and 154architecture. And the fast interpreter is written in assembler and
155must be ported, too. This is quite an undertaking.<br> Currently only 155must be ported, too. This is quite an undertaking.<br>
156x86, x64 and PPC/e500v2 CPUs are supported. Other architectures will follow 156The <a href="install.html">install documentation</a> shows the supported
157based on sufficient user demand and/or sponsoring.</dd> 157architectures. Other architectures will follow based on sufficient user
158demand and/or sponsoring.</dd>
158</dl> 159</dl>
159 160
160<dl> 161<dl>