diff options
| author | iximeow <me@iximeow.net> | 2026-06-05 08:27:55 +0000 |
|---|---|---|
| committer | iximeow <me@iximeow.net> | 2026-06-21 16:44:21 +0000 |
| commit | a38cba0c4a4ed9a1ed763618e5efe3f4487b1ad0 (patch) | |
| tree | 314ca1b0df51c3b025ac79cf50ca96ac744f8266 /CHANGELOG | |
| parent | 953054bb2dd86fb54a320123373ba23c7e08c332 (diff) | |
rename rne-sae to rn-sae
Diffstat (limited to 'CHANGELOG')
| -rw-r--r-- | CHANGELOG | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |
