Re: [PATCH] libstdc++: testsuite: require cmath for exp simd

2022-06-27 Thread Jonathan Wakely via Gcc-patches
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

Re: [PATCH] libstdc++: testsuite: require cmath for exp simd

2022-06-27 Thread Alexandre Oliva via Gcc-patches
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

[PATCH] libstdc++: testsuite: require cmath for exp simd

2022-06-20 Thread Alexandre Oliva via Gcc-patches
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