fix LOAD_T

This commit is contained in:
Sun Yimin 2024-09-06 13:49:01 +08:00 committed by GitHub
parent 76c0cc93d9
commit 664f5dcae3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -101,7 +101,7 @@ GLOBL ·mask(SB), RODATA, $80
#define LOAD_T(index, const, target) \ #define LOAD_T(index, const, target) \
MOVD $const, R19 \ MOVD $const, R19 \
MTVSRWZ R19, target \ MTVSRWZ R19, target \
VSPLTW $3, target, target VSPLTW $1, target, target
#define ROUND_00_11(index, const, a, b, c, d, e, f, g, h) \ #define ROUND_00_11(index, const, a, b, c, d, e, f, g, h) \
PROLD(a, TMP0, 12) \ PROLD(a, TMP0, 12) \