Skip to main content

vpermi2d

Function vpermi2d 

Source
unsafe extern "C" fn vpermi2d(
    a: Simd<i32, 16>,
    idx: Simd<i32, 16>,
    b: Simd<i32, 16>,
) -> Simd<i32, 16>
Available on x86 or x86-64 only.