aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMike Pall <mike>2015-10-24 19:38:48 +0200
committerMike Pall <mike>2015-10-24 19:38:48 +0200
commit0029110ce9d493e670bfebbb95fb598c7c727d71 (patch)
treea07d6522c4cea72c3afcf3892b3856893c9f2673 /doc
parent42b9c98d4211d56c47f8f51fedf4e1420ef2f91f (diff)
downloadluajit-0029110ce9d493e670bfebbb95fb598c7c727d71.tar.gz
luajit-0029110ce9d493e670bfebbb95fb598c7c727d71.tar.bz2
luajit-0029110ce9d493e670bfebbb95fb598c7c727d71.zip
Update changelog.
Diffstat (limited to 'doc')
-rw-r--r--doc/changes.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/changes.html b/doc/changes.html
index 82d3c140..826cd243 100644
--- a/doc/changes.html
+++ b/doc/changes.html
@@ -113,6 +113,7 @@ Please take a look at the commit history for more details.
113<li>x64: Add separate port of the interpreter to <tt>LJ_GC64</tt> mode.</li> 113<li>x64: Add separate port of the interpreter to <tt>LJ_GC64</tt> mode.</li>
114<li>x86/x64: Drop internal x87 math functions. Use libm functions.</li> 114<li>x86/x64: Drop internal x87 math functions. Use libm functions.</li>
115<li>x86: Remove x87 support from interpreter. SSE2 is mandatory now.</li> 115<li>x86: Remove x87 support from interpreter. SSE2 is mandatory now.</li>
116<li>x86/x64: Add support for AES-NI, AVX and AVX2 to DynASM.</li>
116<li>PPC/e500: Drop support for this architecture.</li> 117<li>PPC/e500: Drop support for this architecture.</li>
117</ul></li> 118</ul></li>
118<li>FFI library: 119<li>FFI library: