Function _MM_TRANSPOSE4_PS

1.27.0 · Source
pub fn _MM_TRANSPOSE4_PS(
    row0: &mut __m128,
    row1: &mut __m128,
    row2: &mut __m128,
    row3: &mut __m128,
)
Expand description

Transpose the 4x4 matrix formed by 4 rows of __m128 in place.

Intel’s documentation