Function core::arch::x86_64::_mm_cvtsbh_ss

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

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

Intel’s documentation