Browse Source

MIPS: Update docs.

Mike Pall 13 years ago
parent
commit
c3e1d727ca
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/luajit.html

+ 1 - 1
doc/luajit.html

@@ -80,7 +80,7 @@ standard Lua interpreter and can be deployed as a drop-in replacement.
 LuaJIT offers more performance, at the expense of portability. It
 LuaJIT offers more performance, at the expense of portability. It
 currently runs on all popular operating systems based on
 currently runs on all popular operating systems based on
 <b>x86</b> or <b>x64</b> CPUs (Linux, Windows, OSX etc.) or embedded
 <b>x86</b> or <b>x64</b> CPUs (Linux, Windows, OSX etc.) or embedded
-systems based on <b>ARM</b> (Android, iOS) or <b>PPC</b> CPUs.
+systems based on <b>ARM</b> (Android, iOS), <b>PPC</b> or <b>MIPS</b> CPUs.
 Other platforms will be supported in the future, based on user demand
 Other platforms will be supported in the future, based on user demand
 and sponsoring.
 and sponsoring.
 </p>
 </p>