mirror of
https://github.com/emmansun/gmsm.git
synced 2025-04-22 10:16:18 +08:00
use other instructions to implement VREPIF
This commit is contained in:
parent
0223ff88d1
commit
9666c927fa
2
.github/workflows/test_s390x.yaml
vendored
2
.github/workflows/test_s390x.yaml
vendored
@ -14,7 +14,7 @@ jobs:
|
||||
test:
|
||||
strategy:
|
||||
matrix:
|
||||
go-version: [1.22.x]
|
||||
go-version: [1.19.x]
|
||||
arch: [s390x]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
@ -72,8 +72,10 @@ GLOBL mask<>(SB), 8, $64
|
||||
LAY 16(srcPtrPtr), srcPtrPtr; \
|
||||
ADD $64, wordPtr
|
||||
|
||||
// VREPIF $const, T
|
||||
#define LOAD_T(const, T) \
|
||||
VREPIF $32768, T
|
||||
VLEIF $3, $const, T; \
|
||||
VREPF $3, T, T
|
||||
|
||||
#define ROUND_00_11(index, const, a, b, c, d, e, f, g, h) \
|
||||
PROLD(a, TMP0, 12) \
|
||||
|
Loading…
x
Reference in New Issue
Block a user