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

Some tests fail on AArch64 with LLVM 17 #485

Closed blapie closed 7 months ago

blapie commented 9 months ago

PR https://github.com/shibatch/sleef/pull/477 pointed out some test failures with qemu. Tests are currently disabled, thus limiting support for aarch64 to gcc. Need to fix this!

blapie commented 7 months ago

Not able to reproduce bug. Tests seem to pass on GHA and locally. @joanaxcruz re-enabled tests for AArch64 with llvm on Linux in #506.