use other instructions to implement VREPIF

This commit is contained in:
Sun Yimin 2024-09-04 13:20:22 +08:00 committed by GitHub
parent 0223ff88d1
commit 9666c927fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 2 deletions

View File

@ -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:

View File

@ -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) \