diff options
author | H. Peter Anvin <hpa@linux.intel.com> | 2014-02-19 14:55:54 -0800 |
---|---|---|
committer | H. Peter Anvin <hpa@linux.intel.com> | 2014-02-19 14:58:42 -0800 |
commit | 0b7db57deb2240f4455bb24341636f352194ca44 (patch) | |
tree | 1855216e8077237dbf66458551c6f39c15088539 /doc/changes.src | |
parent | 31f23b05f42befcdbc7f2d9a8d65294d3ea6a5be (diff) | |
download | nasm-0b7db57deb2240f4455bb24341636f352194ca44.tar.gz nasm-0b7db57deb2240f4455bb24341636f352194ca44.tar.bz2 nasm-0b7db57deb2240f4455bb24341636f352194ca44.zip |
insns: add XSAVEC, XSAVES and XRSTORS instructions
Add the XSAVEC, XSAVES, and XRSTORS instructions from the Intel SDM
release 253665-050US (Feb 2014).
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Diffstat (limited to 'doc/changes.src')
-rw-r--r-- | doc/changes.src | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/changes.src b/doc/changes.src index f4b2842..7e11f58 100644 --- a/doc/changes.src +++ b/doc/changes.src @@ -7,6 +7,10 @@ The NASM 2 series supports x86-64, and is the production version of NASM since 2007. +\S{cl-2.11.02} Version 2.11.02 + +\b Add the \c{XSAVEC}, \c{XSAVES} and \c{XRSTORS} family instructions. + \S{cl-2.11.01} Version 2.11.01 \b Allow instructions which implicitly uses \c{XMM0} (\c{VBLENDVPD}, |