diff options
author | Mike Pall <mike> | 2012-04-02 20:31:50 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2012-04-02 20:31:50 +0200 |
commit | c3e1d727caf22c1d87b4f2ca4d7e628d2b4d7d9b (patch) | |
tree | cabf751da6523168365124d9a09971cca4361aab | |
parent | 5a836015895ea9a84a58b2d5fd04b84da89e9c6d (diff) | |
download | luajit-c3e1d727caf22c1d87b4f2ca4d7e628d2b4d7d9b.tar.gz luajit-c3e1d727caf22c1d87b4f2ca4d7e628d2b4d7d9b.tar.bz2 luajit-c3e1d727caf22c1d87b4f2ca4d7e628d2b4d7d9b.zip |
MIPS: Update docs.
-rw-r--r-- | doc/luajit.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/luajit.html b/doc/luajit.html index abf87568..b96e5691 100644 --- a/doc/luajit.html +++ b/doc/luajit.html | |||
@@ -80,7 +80,7 @@ standard Lua interpreter and can be deployed as a drop-in replacement. | |||
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</b> CPUs (Linux, Windows, OSX etc.) or embedded | 82 | <b>x86</b> or <b>x64</b> CPUs (Linux, Windows, OSX etc.) or embedded |
83 | systems based on <b>ARM</b> (Android, iOS) or <b>PPC</b> CPUs. | 83 | systems based on <b>ARM</b> (Android, iOS), <b>PPC</b> or <b>MIPS</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> |