Skip to content

Commit

Permalink
sm3: ppc64x, kdf mult by 4, 1
Browse files Browse the repository at this point in the history
  • Loading branch information
emmansun authored Sep 6, 2024
1 parent e3c178c commit 8a33e62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sm3/sm3blocks_ppc64x.s
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ GLOBL ·mask(SB), RODATA, $80
PPC64X_LXVW4X(srcPtr3, srcPtrPtr, V18); \
PPC64X_LXVW4X(srcPtr4, srcPtrPtr, V19); \
TRANSPOSE_MATRIX(V16, V17, V18, V19); \
ADD $16, srcPtrPtr
ADD $16, srcPtrPtr; \
STXVW4X V16, (wordPtr); \
ADD $16, wordPtr; \
STXVW4X V17, (wordPtr); \
Expand Down

0 comments on commit 8a33e62

Please sign in to comment.