fix s390x inst align (#61)

This commit is contained in:
nihui 2024-03-01 11:38:25 +08:00 committed by GitHub
parent 5fdbe0408e
commit 8ea0754e3f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
language: cpp
os: linux
dist: jammy
dist: focal
arch: [amd64, arm64, ppc64le, s390x]
script:

View File

@ -235,7 +235,7 @@ RUAPU_INSTCODE(msa, 0x7900001b) // fmadd.w $w0,$w0,$w0
RUAPU_INSTCODE(vsx, 0x104210c0) // vaddudm v2,v2,v2
#elif __s390x__
RUAPU_INSTCODE(zvector, 0xe7, 0x00, 0x02, 0x00, 0x00, 0x8f) // vfmasb v0,v0,v0,v0
RUAPU_INSTCODE(zvector, 0xe7, 0x11, 0x12, 0x00, 0x10, 0x8f) // vfmasb v1,v1,v1,v1
#elif __loongarch__
RUAPU_INSTCODE(lsx, 0x700b0000) //vadd.w vr0, vr0, vr0