mirror of
https://github.com/emmansun/gmsm.git
synced 2025-04-26 20:26:19 +08:00
internal/bigmod: riscv64, try old version
This commit is contained in:
parent
140e738f80
commit
f7beee3dae
2
.github/workflows/test_riscv64.yaml
vendored
2
.github/workflows/test_riscv64.yaml
vendored
@ -14,7 +14,7 @@ jobs:
|
||||
test:
|
||||
strategy:
|
||||
matrix:
|
||||
go-version: [1.22.x]
|
||||
go-version: [1.18.x]
|
||||
arch: [riscv64]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
@ -85,10 +85,10 @@ loop:
|
||||
MOV X16, 2*8(X5) // z[2]
|
||||
MOV X19, 3*8(X5) // z[3]
|
||||
|
||||
ADD $32, X5
|
||||
ADD $32, X7
|
||||
ADDI $32, X5
|
||||
ADDI $32, X7
|
||||
|
||||
SUB $4, X30
|
||||
ADDI $-4, X30
|
||||
BNEZ X30, loop
|
||||
|
||||
done:
|
||||
|
Loading…
x
Reference in New Issue
Block a user