summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2016-10-03 23:37:51 -0700
committerH. Peter Anvin <hpa@zytor.com>2016-10-03 23:37:51 -0700
commit6a6a40c268d3c9ab020cf2cb39d3bdbe3a084ebb (patch)
tree24149c4a7b9e1ef882dfeb9bd0a1e0b9fec0f2d5
parent9b630b4361f558c56dac83e5dd620760f4ab77d7 (diff)
downloadnasm-6a6a40c268d3c9ab020cf2cb39d3bdbe3a084ebb.tar.gz
changes.src: document CLWB and PCOMMIT
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
-rw-r--r--doc/changes.src5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/changes.src b/doc/changes.src
index 3cae1fa1..af2ababd 100644
--- a/doc/changes.src
+++ b/doc/changes.src
@@ -30,6 +30,11 @@ since 2007.
\b Fix Codeview malformed compiler version record.
+\b Add the \c{CLWB} and \c{PCOMMIT} instructions. Note that the
+ \c{PCOMMIT} instruction has been deprecated and will never be
+ included in a shipping product; it is included for completeness
+ only.
+
\S{cl-2.12.02} Version 2.12.02
\b Fix preprocessor errors, especially \c{%error} and \c{%warning},