mirror of
https://github.com/emmansun/gmsm.git
synced 2025-04-27 04:36:19 +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:
|
test:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
go-version: [1.22.x]
|
go-version: [1.19.x]
|
||||||
arch: [s390x]
|
arch: [s390x]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
@ -72,8 +72,10 @@ GLOBL mask<>(SB), 8, $64
|
|||||||
LAY 16(srcPtrPtr), srcPtrPtr; \
|
LAY 16(srcPtrPtr), srcPtrPtr; \
|
||||||
ADD $64, wordPtr
|
ADD $64, wordPtr
|
||||||
|
|
||||||
|
// VREPIF $const, T
|
||||||
#define LOAD_T(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) \
|
#define ROUND_00_11(index, const, a, b, c, d, e, f, g, h) \
|
||||||
PROLD(a, TMP0, 12) \
|
PROLD(a, TMP0, 12) \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user