internal/sm2ec: fix ppc64le 3

This commit is contained in:
Sun Yimin 2024-08-29 10:16:55 +08:00 committed by GitHub
parent 7b8431c101
commit 5ddd288221
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1037,6 +1037,12 @@ sqrOrdLoop:
VOR T1, T1, X1
BR sqrOrdLoop
done:
XXPERMDI T0, T0, $2, T0
XXPERMDI T1, T1, $2, T1
STXVD2X T0, (R0)(res_ptr)
STXVD2X T1, (R16)(res_ptr)
RET
#undef res_ptr