diff options
Diffstat (limited to 'doc/luajit.html')
-rw-r--r-- | doc/luajit.html | 4 |
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> |
80 | LuaJIT offers more performance, at the expense of portability. It | 80 | LuaJIT offers more performance, at the expense of portability. It |
81 | currently runs on all popular operating systems based on | 81 | currently 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 |
83 | systems based on <b>PPC/e500v2 CPUs</b>. | 83 | systems based on <b>ARM</b> (Android, iOS) or <b>PPC/e500v2</b> CPUs. |
84 | Other platforms will be supported in the future, based on user demand | 84 | Other platforms will be supported in the future, based on user demand |
85 | and sponsoring. | 85 | and sponsoring. |
86 | </p> | 86 | </p> |