core::arch::x86_64

Function _mm_cvtness_sbh

source
pub unsafe fn _mm_cvtness_sbh(a: f32) -> bf16
🔬This is a nightly-only experimental API. (stdarch_x86_avx512_bf16 #127356)
Available on (x86 or x86-64) and target feature avx512bf16,avx512vl and x86-64 only.
Expand description

Converts a single-precision (32-bit) floating-point element in a to a BF16 (16-bit) floating-point element, and store the result in dst.

Intel’s documentation