mirror of
https://github.com/emmansun/gmsm.git
synced 2025-04-26 20:26:19 +08:00
kdf-sm3: fix arm64 compile error
This commit is contained in:
parent
866d1bb8d3
commit
c581cfa88b
@ -43,7 +43,7 @@
|
|||||||
VSRI $(32-n), s.S4, d.S4 \
|
VSRI $(32-n), s.S4, d.S4 \
|
||||||
|
|
||||||
#define loadWordByIndex(W, i) \
|
#define loadWordByIndex(W, i) \
|
||||||
ADD $(16*i), wordStart, R20 \
|
ADD $(16*(i)), wordStart, R20 \
|
||||||
VLD1 (R20), [W.S4] \
|
VLD1 (R20), [W.S4] \
|
||||||
|
|
||||||
#define prepare4Words \
|
#define prepare4Words \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user