aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: