aboutsummaryrefslogtreecommitdiff
path: root/doc/luajit.html
diff options
context:
space:
mode:
authorMike Pall <mike>2015-01-04 23:54:00 +0100
committerMike Pall <mike>2015-01-04 23:54:00 +0100
commit7bdadeb3c64ac0125275c8ee94181746103f2988 (patch)
treed96d5a34b91c64c69dc03ab6aeb6ccf4de58c0a7 /doc/luajit.html
parente1261a07bf5d497ca7f6c53a420f1b28ac3e14dc (diff)
downloadluajit-7bdadeb3c64ac0125275c8ee94181746103f2988.tar.gz
luajit-7bdadeb3c64ac0125275c8ee94181746103f2988.tar.bz2
luajit-7bdadeb3c64ac0125275c8ee94181746103f2988.zip
ARM64: Update docs.
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 b9984f4b..f1c675d9 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>MIPS</td></tr> 175<tr><td>x86</td><td>x64</td><td>ARM</td><td>ARM64</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>