From: Mike Pall Date: Sat, 24 Oct 2015 17:38:48 +0000 (+0200) Subject: Update changelog. X-Git-Tag: v2.1.0-beta2~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0029110ce9d493e670bfebbb95fb598c7c727d71;p=thirdparty%2FLuaJIT.git Update changelog. --- 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.
  • x64: Add separate port of the interpreter to LJ_GC64 mode.
  • x86/x64: Drop internal x87 math functions. Use libm functions.
  • x86: Remove x87 support from interpreter. SSE2 is mandatory now.
  • +
  • x86/x64: Add support for AES-NI, AVX and AVX2 to DynASM.
  • PPC/e500: Drop support for this architecture.
  • FFI library: