internal/bigmod: riscv64, try old version

This commit is contained in:
Sun Yimin 2024-03-04 11:15:47 +08:00 committed by GitHub
parent 140e738f80
commit f7beee3dae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -14,7 +14,7 @@ jobs:
test: test:
strategy: strategy:
matrix: matrix:
go-version: [1.22.x] go-version: [1.18.x]
arch: [riscv64] arch: [riscv64]
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:

View File

@ -85,10 +85,10 @@ loop:
MOV X16, 2*8(X5) // z[2] MOV X16, 2*8(X5) // z[2]
MOV X19, 3*8(X5) // z[3] MOV X19, 3*8(X5) // z[3]
ADD $32, X5 ADDI $32, X5
ADD $32, X7 ADDI $32, X7
SUB $4, X30 ADDI $-4, X30
BNEZ X30, loop BNEZ X30, loop
done: done: