shibatch / sleef

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

Switch to gcc14 in GHA #539

Open joanaxcruz opened 3 months ago

joanaxcruz commented 3 months ago

In GCC12 and GCC13 latest versions, the bug which was causing test failures in this project has been fixed. In GCC14 release series, the bug is not present. Hence we transition our testing into the latest compilers.

joanaxcruz commented 3 months ago

GCC-14 (and G++-14) is only available in the Universe repository for Ubuntu 24.04, as evident in the Ubuntu Package archive. However, GHA does not support Ubuntu24.04 runner's yet (only available as a Beta for now https://github.blog/changelog/2024-05-14-github-hosted-runners-public-beta-of-ubuntu-24-04-is-now-available/) Hence, I will try completing this PR when these runners are officially released (predicted for Q2).