mirror of
https://github.com/emmansun/gmsm.git
synced 2025-04-26 12:16:20 +08:00
try arm64-graviton2
This commit is contained in:
parent
cc06c021f8
commit
6acdd87711
@ -9,7 +9,7 @@ sudo: false
|
|||||||
|
|
||||||
arch:
|
arch:
|
||||||
- amd64
|
- amd64
|
||||||
- arm64
|
- arm64-graviton2
|
||||||
|
|
||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
|
@ -134,10 +134,9 @@ TEXT ·p256NegCond(SB),NOSPLIT,$0
|
|||||||
MOVD cond+24(FP), hlp0
|
MOVD cond+24(FP), hlp0
|
||||||
MOVD a_ptr, res_ptr
|
MOVD a_ptr, res_ptr
|
||||||
// acc = poly
|
// acc = poly
|
||||||
MOVD p256p<>+0x00(SB), acc0
|
LDP p256p<>+0x00(SB), (acc0, acc1)
|
||||||
MOVD p256p<>+0x08(SB), acc1
|
LDP p256p<>+0x10(SB), (acc2, acc3)
|
||||||
MOVD p256p<>+0x10(SB), acc2
|
|
||||||
MOVD p256p<>+0x18(SB), acc3
|
|
||||||
// Load the original value
|
// Load the original value
|
||||||
LDP 0*16(a_ptr), (t0, t1)
|
LDP 0*16(a_ptr), (t0, t1)
|
||||||
LDP 1*16(a_ptr), (t2, t3)
|
LDP 1*16(a_ptr), (t2, t3)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user