diff options
author | Matthias Kretz <kretz@kde.org> | 2021-02-03 15:49:30 +0000 |
---|---|---|
committer | Jonathan Wakely <jwakely@redhat.com> | 2021-02-03 15:49:30 +0000 |
commit | b83a52fe07b36f65ccd73c9c8c1796f92db6f191 (patch) | |
tree | 6448cbcea081910620648162360ab4f17906c521 | |
parent | 81c2c32de9c1058c33fcf77ada31186b4ae1f1fe (diff) | |
download | gcc-b83a52fe07b36f65ccd73c9c8c1796f92db6f191.zip gcc-b83a52fe07b36f65ccd73c9c8c1796f92db6f191.tar.gz gcc-b83a52fe07b36f65ccd73c9c8c1796f92db6f191.tar.bz2 |
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*.
-rw-r--r-- | libstdc++-v3/testsuite/experimental/simd/tests/hypot3_fma.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libstdc++-v3/testsuite/experimental/simd/tests/hypot3_fma.cc b/libstdc++-v3/testsuite/experimental/simd/tests/hypot3_fma.cc index 003bd4f..28e75d4 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 @@ // <http://www.gnu.org/licenses/>. // only: float|double|ldouble * * * +// skip: ldouble * powerpc64* * // expensive: * [1-9] * * #include "bits/verify.h" #include "bits/metahelpers.h" |