_MM_TRANSPOSE4_EPI32

Transpose the 4x4 matrix formed by the 4 rows of 32-bit integer elements in row0, row1, row2, and row3, and store the transposed matrix in these vectors (row0 now contains column 0, etc.).

nothrow @nogc pure @safe
void
_MM_TRANSPOSE4_EPI32
(
ref __m128i row0
,
ref __m128i row1
,
ref __m128i row2
,
ref __m128i row3
)

Meta