mirror of
https://github.com/emmansun/gmsm.git
synced 2025-04-27 04:36:19 +08:00
sm4: ppc64x try VPERMXOR 2
This commit is contained in:
parent
4e5e3d0128
commit
64df0fca61
@ -84,7 +84,7 @@
|
||||
// - y: 128 bits temp register
|
||||
// - z: 128 bits temp register
|
||||
#define AFFINE_TRANSFORM(L, H, V_FOUR, x, y, z) \
|
||||
VPERMXOR L, H, x, x
|
||||
VPERMXOR H, L, x, x
|
||||
|
||||
// Affine Transform
|
||||
// parameters:
|
||||
|
Loading…
x
Reference in New Issue
Block a user