summaryrefslogtreecommitdiff
path: root/doc/luajit.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/luajit.html')
-rw-r--r--doc/luajit.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/luajit.html b/doc/luajit.html
index 5f01eaf4..7916b6c9 100644
--- a/doc/luajit.html
+++ b/doc/luajit.html
@@ -79,8 +79,8 @@ standard Lua interpreter and can be deployed as a drop-in replacement.
79<p> 79<p>
80LuaJIT offers more performance, at the expense of portability. It 80LuaJIT offers more performance, at the expense of portability. It
81currently runs on all popular operating systems based on 81currently runs on all popular operating systems based on
82<b>x86</b> or <b>x64 CPUs</b> (Linux, Windows, OSX etc.) or embedded Linux 82<b>x86</b> or <b>x64</b> CPUs (Linux, Windows, OSX etc.) or embedded
83systems based on <b>PPC/e500v2 CPUs</b>. 83systems based on <b>ARM</b> (Android, iOS) or <b>PPC/e500v2</b> CPUs.
84Other platforms will be supported in the future, based on user demand 84Other platforms will be supported in the future, based on user demand
85and sponsoring. 85and sponsoring.
86</p> 86</p>