From 5c4c50683450a729aaf3d054e8d85bb12494a656 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Fri, 20 Jul 2012 17:53:55 -0700 Subject: [PATCH] changes: add changes since 2.10.01 ilog2*() and new instructions. Signed-off-by: H. Peter Anvin --- doc/changes.src | 7 +++++++ 1 file changed, 7 insertions(+) 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. -- 2.11.4.GIT