summaryrefslogtreecommitdiff
path: root/doc/luajit.html
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--doc/luajit.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/luajit.html b/doc/luajit.html
index 58dfa32e..66032fdf 100644
--- a/doc/luajit.html
+++ b/doc/luajit.html
@@ -63,8 +63,9 @@ standard Lua interpreter and can be deployed as a drop-in replacement.
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 <b>x86 CPUs</b>
66(Linux, Windows, OSX etc.). A port to x64 CPUs is currently ongoing &mdash; 66(Linux, Windows, OSX etc.). A preliminary port to Linux/x64 and Windows/x64
67you can follow its progress in the <a href="http://luajit.org/download.html"><span class="ext">&raquo;</span>&nbsp;git repository</a>. 67is already available (follow the <a href="install.html">build instructions</a>
68to enable it).
68Other platforms will be supported in the future, based on user demand 69Other platforms will be supported in the future, based on user demand
69and sponsoring. 70and sponsoring.
70</p> 71</p>