From 0c2da082eee295ca65b00a606266f5f5b655707c Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Mon, 8 Jan 2018 12:59:26 -0800 Subject: [PATCH] changes.doc: document VAES* and VPCLMULQDQ Document new instruction support. Signed-off-by: H. Peter Anvin --- doc/changes.src | 4 ++++ 1 file changed, 4 insertions(+) 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.