CPUID
AVX_NE_CONVERT
CPUID.(EAX=07H,ECX=1):EDX[5]
Instructions
7 mnemonics
Processors
Arrow Lake, Panther Lake, Nova Lake, Diamond Rapids, Sierra Forest, Clearwater Forest

AVX-NE-CONVERT converts between single precision and the two 16-bit floating-point formats, bfloat16 and IEEE half precision, without AVX-512. “NE” stands for no exceptions: the instructions neither raise floating-point exceptions nor read or update MXCSR.

Widening bfloat16 is exact, since every bfloat16 value is a single-precision value with a shorter mantissa.

Instructions

Mnemonics with at least one form in AVX-NE-CONVERT. Each page lists all forms of the mnemonic, including those of other extensions.
MnemonicSummaryForms
VBCSTNEBF162PSLoads one bfloat16 value from memory, converts it to single precision and broadcasts it to every element, without floating-point exceptions.2
VBCSTNESH2PSLoads one half-precision value from memory, converts it to single precision and broadcasts it to every element, without floating-point exceptions.2
VCVTNEEBF162PSConverts the even-numbered bfloat16 values of a memory operand to single precision, without floating-point exceptions.2
VCVTNEEPH2PSConverts the even-numbered half-precision values of a memory operand to single precision, without floating-point exceptions.2
VCVTNEOBF162PSConverts the odd-numbered bfloat16 values of a memory operand to single precision, without floating-point exceptions.2
VCVTNEOPH2PSConverts the odd-numbered half-precision values of a memory operand to single precision, without floating-point exceptions.2
VCVTNEPS2BF16Converts packed single-precision values to bfloat16, rounding to nearest even with denormals flushed to zero and without consulting MXCSR.4

CPUID and processors

XED splits AVX-NE-CONVERT into 1 ISA set. Software can use a form when the processor reports every CPUID bit of one alternative of the form's ISA set.

XED ISA sets of AVX-NE-CONVERT. Alternatives are separated by “or”; processors follow XED’s chip model, which covers AMD processors up to Zen 2.
ISA setCPUIDProcessors in XED
AVX_NE_CONVERT

AVX_NE_CONVERT
CPUID.(EAX=07H,ECX=1):EDX[5] AVX_NE_CONVERT

Arrow Lake, Panther Lake, Nova Lake, Diamond Rapids, Sierra Forest, Clearwater Forest

Sources

  1. Intel XED v2026.08.23 (commit 0bcb6237345c): forms, encodings, ISA sets, CPUID bits and chip model.
  2. Intel 64 and IA-32 Architectures Software Developer's Manual, Volume 2 (325383-092, June 2026)

The tables are derived from Intel XED, Copyright Intel Corporation, licensed under the Apache License 2.0; x86-64.net converted and reformatted them. The text is our own.