diff options
Diffstat (limited to 'doc/luajit.html')
-rw-r--r-- | doc/luajit.html | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/luajit.html b/doc/luajit.html index 66032fdf..fce49a68 100644 --- a/doc/luajit.html +++ b/doc/luajit.html | |||
@@ -62,10 +62,8 @@ standard Lua interpreter and can be deployed as a drop-in replacement. | |||
62 | </p> | 62 | </p> |
63 | <p> | 63 | <p> |
64 | LuaJIT offers more performance, at the expense of portability. It | 64 | LuaJIT offers more performance, at the expense of portability. It |
65 | currently runs on all popular operating systems based on <b>x86 CPUs</b> | 65 | currently runs on all popular operating systems based on |
66 | (Linux, Windows, OSX etc.). A preliminary port to Linux/x64 and Windows/x64 | 66 | <b>x86 or x64 CPUs</b> (Linux, Windows, OSX etc.). |
67 | is already available (follow the <a href="install.html">build instructions</a> | ||
68 | to enable it). | ||
69 | Other platforms will be supported in the future, based on user demand | 67 | Other platforms will be supported in the future, based on user demand |
70 | and sponsoring. | 68 | and sponsoring. |
71 | </p> | 69 | </p> |