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

Enable aarch64 llvm-17 cross compilation tests #506

Closed joanaxcruz closed 7 months ago

joanaxcruz commented 7 months ago

PR #477 pointed out some test failures with qemu. However, following the discussion on this PR cannot see exactly what these failures were (none of the GHA past builds show runs for these settings). Locally, cross compiling aarch64 on x86 host with llvm-17 and using user-mode qemu emulation environment do not show failures. Therefore we try to enable these tests in GHA and check for failures. Note: This issue is being tracked in #485

joanaxcruz commented 7 months ago

No failures reported. Changes should stay to enable testing aarch64 when cross compiled with llvm17 on x86 host. Ready to merge and close PR.