summaryrefslogtreecommitdiff
path: root/doc/luajit.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/luajit.html')
-rw-r--r--doc/luajit.html6
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>
64LuaJIT offers more performance, at the expense of portability. It 64LuaJIT offers more performance, at the expense of portability. It
65currently runs on all popular operating systems based on <b>x86 CPUs</b> 65currently 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.).
67is already available (follow the <a href="install.html">build instructions</a>
68to enable it).
69Other platforms will be supported in the future, based on user demand 67Other platforms will be supported in the future, based on user demand
70and sponsoring. 68and sponsoring.
71</p> 69</p>