shibatch / sleef

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

Failures on various archs for gcc 12 #483

Open blapie opened 11 months ago

blapie commented 11 months ago

As reported in #477 some failures are observed with gcc12.

aarch64, ppc64el, and s390x fail with GCC 12 with the following error:

tanf denormal/nonnumber test : arg = -0, test = 0, correct = -0

We are able to reproduce locally on aarch64 (native build and test run).

blapie commented 11 months ago

We are looking into this. I believe this was already reported in #439.

blapie commented 11 months ago

First observations: