| Parameter | Description |
|---|---|
| row0 | __m128 value on corresponding row |
| row1 | __m128 value on corresponding row |
| row2 | __m128 value on corresponding row |
| row3 | __m128 value on corresponding row |
Transposes a 4x4 matrix of single precision floating point values (_MM_TRANSPOSE4_PS).
Arguments row0, row1, row2, and row3 are __m128 values whose elements form the corresponding rows of a 4x4 matrix. The matrix transpose is returned in arguments row0, row1, row2, and row3 where row0 now holds column 0 of the original matrix, row1 now holds column 1 of the original matrix, etc.