Function _mm_mask_movehdup_ps

1.89.0 · Source
pub fn _mm_mask_movehdup_ps(src: __m128, k: u8, a: __m128) -> __m128
Expand description

Duplicate odd-indexed single-precision (32-bit) floating-point elements from a, and store the results in dst using writemask k (elements are copied from src when the corresponding mask bit is not set).

Intel’s documentation