summaryrefslogtreecommitdiff
path: root/doc/faq.html
diff options
context:
space:
mode:
authorMike Pall <mike>2011-05-05 01:15:22 +0200
committerMike Pall <mike>2011-05-05 01:15:22 +0200
commitb760add618ea98f3b71290ce88d32718401aa67f (patch)
tree68bde0eb1edda8659632fa1e0f7c4ce22be134b3 /doc/faq.html
parent6534152b446f5b25616490ec4f589f14c557fb27 (diff)
downloadluajit2-b760add618ea98f3b71290ce88d32718401aa67f.tar.gz
Misc. updates to docs.
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>
<dd>Because it's a compiler &mdash; it needs to generate native
machine code. This means the code generator must be ported to each
architecture. And the fast interpreter is written in assembler and
-must be ported, too. This is quite an undertaking.<br> Currently only
-x86, x64 and PPC/e500v2 CPUs are supported. Other architectures will follow
-based on sufficient user demand and/or sponsoring.</dd>
+must be ported, too. This is quite an undertaking.<br>
+The <a href="install.html">install documentation</a> shows the supported
+architectures. Other architectures will follow based on sufficient user
+demand and/or sponsoring.</dd>
</dl>
<dl>