_mm512_cvtss_f32

Function _mm512_cvtss_f32 

1.89.0 · Source
pub fn _mm512_cvtss_f32(a: __m512) -> f32
Available on x86-64 and target feature avx512f only.
Expand description

Copy the lower single-precision (32-bit) floating-point element of a to dst.

Intel’s documentation