Skip to main content

vmulpd

Function vmulpd 

Source
unsafe extern "C" fn vmulpd(
    a: Simd<f64, 8>,
    b: Simd<f64, 8>,
    rounding: i32,
) -> Simd<f64, 8>
Available on x86 or x86-64 only.