[nasm:nasm-2.15.xx] changes.src: slighly better description of new instructions

nasm-bot for H. Peter Anvin hpa at zytor.com
Fri Jul 17 17:48:06 PDT 2020


Commit-ID:  ec204170028cdd582de1d2db28a365085d57424c
Gitweb:     http://repo.or.cz/w/nasm.git?a=commitdiff;h=ec204170028cdd582de1d2db28a365085d57424c
Author:     H. Peter Anvin <hpa at zytor.com>
AuthorDate: Fri, 17 Jul 2020 17:46:45 -0700
Committer:  H. Peter Anvin <hpa at zytor.com>
CommitDate: Fri, 17 Jul 2020 17:46:45 -0700

changes.src: slighly better description of new instructions

Describe what the new instructions actually are.

Signed-off-by: H. Peter Anvin (Intel) <hpa at zytor.com>


---
 doc/changes.src | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/doc/changes.src b/doc/changes.src
index c1459231..d1182271 100644
--- a/doc/changes.src
+++ b/doc/changes.src
@@ -10,7 +10,9 @@ since 2007.
 \S{cl-2.15.03} Version 2.15.03
 
 \b Add instructions from the Intel Instruction Set Extensions and
-Future Features Programming Reference, June 2020.
+Future Features Programming Reference, June 2020. This includes
+AVX5512 \c{bfloat16}, AVX512 mask intersect, and Intel Advanced Matrix
+Extensions (AMX).
 
 \b Support for \c{bfloat16} floating-point constants. See \k{fltconst}
 and \k{pkg_fp}.


More information about the Nasm-commits mailing list