Function core::arch::x86_64::_MM_TRANSPOSE4_PS

1.27.0 · source ·
pub unsafe fn _MM_TRANSPOSE4_PS(
    row0: &mut __m128,
    row1: &mut __m128,
    row2: &mut __m128,
    row3: &mut __m128
)
Available on (x86 or x86-64) and target feature sse and x86-64 only.
Expand description

将由 4 行 __m128 组成的 4x4 矩阵转置到位。

Intel’s documentation