Fix amd64 bug

This commit is contained in:
Emman 2022-04-29 13:01:34 +08:00
parent 51b26c071d
commit 37ab6d67f3

View File

@ -2201,3 +2201,12 @@ avx2GcmSm4DecDone:
VMOVDQU ACC0, (tPtr) VMOVDQU ACC0, (tPtr)
VZEROUPPER VZEROUPPER
RET RET
// func gcmSm4niEnc(productTable *[256]byte, dst, src []byte, ctr, T *[16]byte, rk []uint32)
TEXT ·gcmSm4niEnc(SB),NOSPLIT,$0
RET
// func gcmSm4niDec(productTable *[256]byte, dst, src []byte, ctr, T *[16]byte, rk []uint32)
TEXT ·gcmSm4niDec(SB),NOSPLIT,$0
RET