diff options
author | H. Peter Anvin <hpa@linux.intel.com> | 2014-02-19 15:39:57 -0800 |
---|---|---|
committer | H. Peter Anvin <hpa@linux.intel.com> | 2014-02-19 15:40:53 -0800 |
commit | 727eb3f8f60ad8806aba3d07ea6b0bbd450b5ae5 (patch) | |
tree | 1046778d53c584ba9409a10322253cd4426f4b10 /doc | |
parent | 0b7db57deb2240f4455bb24341636f352194ca44 (diff) | |
download | nasm-727eb3f8f60ad8806aba3d07ea6b0bbd450b5ae5.tar.gz nasm-727eb3f8f60ad8806aba3d07ea6b0bbd450b5ae5.tar.bz2 nasm-727eb3f8f60ad8806aba3d07ea6b0bbd450b5ae5.zip |
Add CLFLUSHOPT instruction
Add the CLFLUSHOPT instruction from the Intel Instruction Set
Architecture Extensions document version 319433-018 (Feb 2014).
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/changes.src | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/changes.src b/doc/changes.src index 7e11f58..beabdd9 100644 --- a/doc/changes.src +++ b/doc/changes.src @@ -11,6 +11,8 @@ since 2007. \b Add the \c{XSAVEC}, \c{XSAVES} and \c{XRSTORS} family instructions. +\b Add the \c{CLFLUSHOPT} instruction. + \S{cl-2.11.01} Version 2.11.01 \b Allow instructions which implicitly uses \c{XMM0} (\c{VBLENDVPD}, |