Module core::core_arch::x86::f16c

source ·
🔬This is a nightly-only experimental API. (stdsimd #48556)
Available on x86 or x86-64 only.
Expand description

Functions

  • llvm_vcvtph2ps_128 🔒 Experimental
  • llvm_vcvtph2ps_256 🔒 Experimental
  • llvm_vcvtps2ph_128 🔒 Experimental
  • llvm_vcvtps2ph_256 🔒 Experimental
  • Converts the 8 x 16-bit half-precision float values in the 128-bit vector a into 8 x 32-bit float values stored in a 256-bit wide vector.
  • Converts the 8 x 32-bit float values in the 256-bit vector a into 8 x 16-bit half-precision float values stored in a 128-bit wide vector.
  • Converts the 4 x 16-bit half-precision float values in the lowest 64-bit of the 128-bit vector a into 4 x 32-bit float values stored in a 128-bit wide vector.
  • Converts the 4 x 32-bit float values in the 128-bit vector a into 4 x 16-bit half-precision float values stored in the lowest 64-bit of a 128-bit vector.