diff options
author | H. Peter Anvin <hpa@zytor.com> | 2012-07-20 17:53:55 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2012-07-20 17:53:55 -0700 |
commit | 5c4c50683450a729aaf3d054e8d85bb12494a656 (patch) | |
tree | 148b0ab7332beff29ef4e65dafb0a39385921fd9 /doc | |
parent | 96eace3841c14b1618f561e6766ea4cfb2534b9f (diff) | |
download | nasm-5c4c50683450a729aaf3d054e8d85bb12494a656.tar.gz nasm-5c4c50683450a729aaf3d054e8d85bb12494a656.tar.bz2 nasm-5c4c50683450a729aaf3d054e8d85bb12494a656.zip |
changes: add changes since 2.10.01
ilog2*() and new instructions.
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/changes.src | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/changes.src b/doc/changes.src index 09ff7d3..c7d1576 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. |