summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2012-07-20 17:53:55 -0700
committerH. Peter Anvin <hpa@zytor.com>2012-07-20 17:53:55 -0700
commit5c4c50683450a729aaf3d054e8d85bb12494a656 (patch)
tree148b0ab7332beff29ef4e65dafb0a39385921fd9
parent96eace3841c14b1618f561e6766ea4cfb2534b9f (diff)
downloadnasm-5c4c50683450a729aaf3d054e8d85bb12494a656.tar.gz
changes: add changes since 2.10.01
ilog2*() and new instructions. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
-rw-r--r--doc/changes.src7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/changes.src b/doc/changes.src
index 09ff7d31..c7d15765 100644
--- a/doc/changes.src
+++ b/doc/changes.src
@@ -7,6 +7,13 @@
The NASM 2 series support x86-64, and is the production version of NASM
since 2007.
+\S{cl-2.10.02} Version 2.10.02
+
+\b Add the \c{ifunc} macro package with integer functions, currently
+only integer logarithms. See \k{pkg_ifunc}.
+
+\b Add the \c{RDSEED}, \c{ADCX} and \c{ADOX} instructions.
+
\S{cl-2.10.01} Version 2.10.01
\b Add missing VPMOVMSKB instruction with reg32, ymmreg operands.