From b760add618ea98f3b71290ce88d32718401aa67f Mon Sep 17 00:00:00 2001 From: Mike Pall Date: Thu, 5 May 2011 01:15:22 +0200 Subject: Misc. updates to docs. --- doc/faq.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'doc/faq.html') 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.
Because it's a compiler — 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.
Currently only -x86, x64 and PPC/e500v2 CPUs are supported. Other architectures will follow -based on sufficient user demand and/or sponsoring.
+must be ported, too. This is quite an undertaking.
+The install documentation shows the supported +architectures. Other architectures will follow based on sufficient user +demand and/or sponsoring.
-- cgit v1.2.3-55-g6feb