On Tue, 21 Jun 2022 at 06:38, Alexandre Oliva via Libstdc++
wrote:
>
>
> simd_math.h assumes declarations for many C99 functions to be present,
> that libstdc++ doesn't add to target systems that don't have them in
> the C library.
>
> Add the C99 math requirement to tests for simd features, so th
On Jun 21, 2022, Alexandre Oliva wrote:
> * testsuite/experimental/simd/standard_abi_usable.cc: Require
> cmath support.
> * testsuite/experimental/simd/standard_abi_usable_2.cc:
> Likewise.
Ping?
https://gcc.gnu.org/pipermail/gcc-patches/2022-June/596920.html
--
Alexa
simd_math.h assumes declarations for many C99 functions to be present,
that libstdc++ doesn't add to target systems that don't have them in
the C library.
Add the C99 math requirement to tests for simd features, so that they
don't fail because of limitations of the target C library.
Regstrapped