Function core::core_arch::x86::avx512f::vcvtsd2ss

source ·
unsafe extern "C" fn vcvtsd2ss(
    a: f32x4,
    b: f64x2,
    src: f32x4,
    mask: u8,
    rounding: i32
) -> f32x4
🔬This is a nightly-only experimental API. (stdsimd #48556)
Available on x86 or x86-64 only.