summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2018-01-08 12:59:26 -0800
committerH. Peter Anvin <hpa@zytor.com>2018-01-08 12:59:26 -0800
commit0c2da082eee295ca65b00a606266f5f5b655707c (patch)
treee40d09821fb57355e68ad36c7c73b763f686a656
parent4764dfaa51c0d1f23aef9d79133dd596d8a6eb3e (diff)
downloadnasm-0c2da082eee295ca65b00a606266f5f5b655707c.tar.gz
changes.doc: document VAES* and VPCLMULQDQ
Document new instruction support. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
-rw-r--r--doc/changes.src4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/changes.src b/doc/changes.src
index 2076babe..54a12e21 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.13.03} Version 2.13.03
+
+\b Added AVX and AVX512 \c{VAES*} and \c{VPCLMULQDQ} instructions.
+
\S{cl-2.13.02} Version 2.13.02
\b Fix false positive in testing of numeric overflows.