sm4: ppc64x fix T2 issue

This commit is contained in:
Sun Yimin 2024-09-10 21:54:08 +08:00 committed by GitHub
parent 086ea1267b
commit 98e2f4a852
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -128,7 +128,6 @@ GLOBL ·rcon(SB), RODATA, $192
VSPLTISW $13, z; \
VRLW x, z, y; \ // y = x <<< 13
VXOR x, y, y; \
VRLW x, z, x; \ // x = x <<< 13
VSPLTISW $10, z; \
VRLW x, z, x; \ // x = x <<< 10
VXOR x, y, x