This commit is contained in:
Sun Yimin 2024-09-03 15:51:16 +08:00 committed by GitHub
parent 40bc2f5f84
commit c152e9ef42
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,10 +22,10 @@ GLOBL mask<>(SB), 8, $64
VPERM T2, T3, M0, TMP1; \
VPERM T0, T1, M1, TMP2; \
VPERM T2, T3, M1, TMP3; \
VPERM TMP0, TMP1, M2, T0; \
VPERM TMP0, TMP1, M3, T1; \
VPERM TMP2, TMP3, M2, T2; \
VPERM TMP2, TMP3, M3, T3
VLR TMP0, T0; \
VLR TMP1, T1; \
VLR TMP2, T2; \
VLR TMP3, T3
// transposeMatrix(dig **[8]uint32)
TEXT ·transposeMatrix(SB),NOSPLIT,$0