Skip to content

Commit

Permalink
Update eia_asm_ppc64x.s
Browse files Browse the repository at this point in the history
  • Loading branch information
emmansun authored Sep 30, 2024
1 parent 3d3d895 commit 8af20b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions zuc/eia_asm_ppc64x.s
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ TEXT ·eia3Round16B(SB),NOSPLIT,$0
MOVD $8, R8
LXVW4X (R8)(R4), KS_M1
MOVD $0x40, R8
LXVD2X (PTR)(R8), XTMP1
VPERM KS_L, KS_L, XTMP1, KS_L
VPERM KS_M1, KS_M1, XTMP1, KS_M1
LXVD2X (PTR)(R8), XTMP4
VPERM KS_L, KS_L, XTMP4, KS_L
VPERM KS_M1, KS_M1, XTMP4, KS_M1

// clmul
// xor the results from 4 32-bit words together
Expand Down

0 comments on commit 8af20b9

Please sign in to comment.