shibatch / sleef

SIMD Library for Evaluating Elementary Functions, vectorized libm and DFT
https://sleef.org
Boost Software License 1.0
635 stars 129 forks source link

Failures for s390x VXE2 with qemu #484

Open blapie opened 10 months ago

blapie commented 10 months ago

PR #477 pointed an issue with VXE2 with qemu. Tests are currently disabled, thus limiting support for s390x. Need to fix this!

blapie commented 10 months ago

Note that Jenkinsfile enabled test with the following options:

luhenry commented 10 months ago

For GitHub actions, we only do Release builds, thus we hit the error. I would guess that LLVM doesn't generate the problematic instruction when in Debug mode.