pub fn _mm_cvtsbh_ss(a: bf16) -> f32🔬This is a nightly-only experimental API. (
stdarch_x86_avx512_bf16 #127356)Available on x86 and target feature 
avx512bf16 and target feature avx512f 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.