From df4bb50e23ac7650e11a5d87d7ae7eace3ae08d0 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Mon, 29 Sep 2025 20:51:45 -0700 Subject: [PATCH] changes.src: add %use vtern to the release notes One more thing for the release notes... Signed-off-by: H. Peter Anvin (Intel) --- doc/changes.src | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/changes.src b/doc/changes.src index 18038922..a41d273b 100644 --- a/doc/changes.src +++ b/doc/changes.src @@ -67,7 +67,12 @@ It is the production version of NASM since 2025. implemented conditional directive, and tries to match it with a corresponding \c{%endif}. See \k{if_caveat}. -\b The \c{masm} macro package now defines a macro for x87 register syntax. +\b The \c{masm} macro package now defines a macro for x87 register + syntax. See \k{pkg_masm}. + +\b A new macro package, \c{vtern}, to simplify generation of the + control immediates for the \c{VPTERNLOGD} and \c{VPTERNLOGQ} + instructions. See \k{pkg_vtern}. \H{cl-2.xx} NASM 2 Series