summaryrefslogtreecommitdiff
path: root/doc/luajit.html
diff options
context:
space:
mode:
authorMike Pall <mike>2015-01-04 23:01:16 +0100
committerMike Pall <mike>2015-01-04 23:01:16 +0100
commitdfe84fd8c545b6f2da721e3f86f9b00f31711abd (patch)
treeaec798be428f542a17d36990686f83a0552ae70d /doc/luajit.html
parent968725c4d57851f46d5aa51ad8db8880e323300b (diff)
downloadluajit-dfe84fd8c545b6f2da721e3f86f9b00f31711abd.tar.gz
luajit-dfe84fd8c545b6f2da721e3f86f9b00f31711abd.tar.bz2
luajit-dfe84fd8c545b6f2da721e3f86f9b00f31711abd.zip
PPC/e500: Drop support for this architecture.
Diffstat (limited to 'doc/luajit.html')
-rw-r--r--doc/luajit.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/luajit.html b/doc/luajit.html
index 1a85f033..b9984f4b 100644
--- a/doc/luajit.html
+++ b/doc/luajit.html
@@ -172,7 +172,7 @@ LuaJIT is Copyright &copy; 2005-2014 Mike Pall, released under the
172<tr><td>GCC</td><td>CLANG<br>LLVM</td><td>MSVC</td></tr> 172<tr><td>GCC</td><td>CLANG<br>LLVM</td><td>MSVC</td></tr>
173</table> 173</table>
174<table class="feature cpu"> 174<table class="feature cpu">
175<tr><td>x86</td><td>x64</td><td>ARM</td><td>PPC</td><td>e500</td><td>MIPS</td></tr> 175<tr><td>x86</td><td>x64</td><td>ARM</td><td>PPC</td><td>MIPS</td></tr>
176</table> 176</table>
177<table class="feature fcompat"> 177<table class="feature fcompat">
178<tr><td>Lua&nbsp;5.1<br>API+ABI</td><td>+&nbsp;JIT</td><td>+&nbsp;BitOp</td><td>+&nbsp;FFI</td><td>Drop-in<br>DLL/.so</td></tr> 178<tr><td>Lua&nbsp;5.1<br>API+ABI</td><td>+&nbsp;JIT</td><td>+&nbsp;BitOp</td><td>+&nbsp;FFI</td><td>Drop-in<br>DLL/.so</td></tr>