Misc. updates to docs.

This commit is contained in:
Mike Pall
2011-05-05 01:15:22 +02:00
parent 6534152b44
commit b760add618
5 changed files with 12 additions and 10 deletions

View File

@@ -79,8 +79,8 @@ standard Lua interpreter and can be deployed as a drop-in replacement.
<p>
LuaJIT offers more performance, at the expense of portability. It
currently runs on all popular operating systems based on
<b>x86</b> or <b>x64 CPUs</b> (Linux, Windows, OSX etc.) or embedded Linux
systems based on <b>PPC/e500v2 CPUs</b>.
<b>x86</b> or <b>x64</b> CPUs (Linux, Windows, OSX etc.) or embedded
systems based on <b>ARM</b> (Android, iOS) or <b>PPC/e500v2</b> CPUs.
Other platforms will be supported in the future, based on user demand
and sponsoring.
</p>