From a38cba0c4a4ed9a1ed763618e5efe3f4487b1ad0 Mon Sep 17 00:00:00 2001 From: iximeow Date: Fri, 5 Jun 2026 08:27:55 +0000 Subject: rename rne-sae to rn-sae --- CHANGELOG | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index 1c9338c..6cdb7e2 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -13,6 +13,11 @@ through `Instruction::operand` is a guaranteed panic. * fix the mnemonics for some prefetch instructions: prefetcht{0,1,2} were missing the second "t". the Opcode variants are still spelled incorrectly and will continue to be until a future 3.0. +* renamed the round-to-nearest AVX512 rounding mode from "rne-sae" to "rn-sae". + "rne-sae" is the XED spelling, taken from the original Knights Landing form of + AVX-512. everything else (including assemblers like nasm, masm, gas, ..) since + standardized on "rn-sae", the spelling for the rounding mode in subsequent + versions of the SDM and now APM. ## 2.1.0 -- cgit v1.1