ppc64x: rollback first

This commit is contained in:
Sun Yimin 2024-11-07 17:57:26 +08:00 committed by GitHub
parent 756ec1e6df
commit 965f0d1119
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 2 deletions

View File

@ -87,7 +87,8 @@
VAND NIBBLE_MASK, x, z; \
VPERM L, L, z, y; \
VSRB x, V_FOUR, z; \
VPERMXOR y, H, z, x
VPERM H, H, z, x; \
VXOR y, x, x
// Affine Transform
// parameters:

View File

@ -90,7 +90,8 @@ GLOBL rcon<>(SB), RODATA, $160
VAND NIBBLE_MASK, x, z; \
VPERM L, L, z, y; \
VSRB x, V_FOUR, z; \
VPERMXOR y, H, z, x
VPERM H, H, z, x; \
VXOR y, x, x
#define SHLDL(a, b, n) \ // NO SHLDL in GOLANG now
SLW n, a, a \