aboutsummaryrefslogtreecommitdiff
path: root/doc/luajit.html
diff options
context:
space:
mode:
authorMike Pall <mike>2011-05-05 01:15:22 +0200
committerMike Pall <mike>2011-05-05 01:15:22 +0200
commitb760add618ea98f3b71290ce88d32718401aa67f (patch)
tree68bde0eb1edda8659632fa1e0f7c4ce22be134b3 /doc/luajit.html
parent6534152b446f5b25616490ec4f589f14c557fb27 (diff)
downloadluajit-b760add618ea98f3b71290ce88d32718401aa67f.tar.gz
luajit-b760add618ea98f3b71290ce88d32718401aa67f.tar.bz2
luajit-b760add618ea98f3b71290ce88d32718401aa67f.zip
Misc. updates to docs.
Diffstat (limited to '')
-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>