mirror of
https://github.com/emmansun/gmsm.git
synced 2025-04-28 05:06:18 +08:00
fix LOAD_T
This commit is contained in:
parent
76c0cc93d9
commit
664f5dcae3
@ -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) \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user