From: Matthias Kretz Date: Wed, 3 Feb 2021 15:49:30 +0000 (+0000) Subject: libstdc++: Skip testing hypot3 for long double on PPC X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b83a52fe07b36f65ccd73c9c8c1796f92db6f191;p=gcc.git libstdc++: Skip testing hypot3 for long double on PPC std::hypot(a, b, c) is imprecise and makes this test fail even though the failure is unrelated to simd. libstdc++-v3/ChangeLog: * testsuite/experimental/simd/tests/hypot3_fma.cc: Add skip: markup for long double on powerpc64*. --- diff --git a/libstdc++-v3/testsuite/experimental/simd/tests/hypot3_fma.cc b/libstdc++-v3/testsuite/experimental/simd/tests/hypot3_fma.cc index 003bd4f9be6..28e75d4edfd 100644 --- a/libstdc++-v3/testsuite/experimental/simd/tests/hypot3_fma.cc +++ b/libstdc++-v3/testsuite/experimental/simd/tests/hypot3_fma.cc @@ -16,6 +16,7 @@ // . // only: float|double|ldouble * * * +// skip: ldouble * powerpc64* * // expensive: * [1-9] * * #include "bits/verify.h" #include "bits/metahelpers.h"