diff options
author | Joseph Myers <joseph@codesourcery.com> | 2017-01-20 23:58:49 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2017-01-20 23:58:49 +0000 |
commit | aee47c934e6b6256f58a3d75815a43fc33237a80 (patch) | |
tree | ba9e797d801947882239a19182262598145f80b3 /sysdeps/ia64/fpu/libm-test-ulps | |
parent | 76475eae8fe220b3ea1e253e7f473cb5147d98f1 (diff) | |
download | glibc-aee47c934e6b6256f58a3d75815a43fc33237a80.tar.gz glibc-aee47c934e6b6256f58a3d75815a43fc33237a80.tar.xz glibc-aee47c934e6b6256f58a3d75815a43fc33237a80.zip |
Remove very old libm-test-ulps entries.
I noticed that some libm-test-ulps files still had long-obsolete entries for *_tonearest functions, which will no longer be used since functions with FE_TONEAREST explicitly set aren't tested separately from those functions with it as the default rounding mode any more. This patch removes those obsolete entries. However, as they are a sign of libm-test-ulps not having been regenerated from scratch for a long time, I strongly advise people testing on those platforms to remove / truncate the libm-test-ulps file, run "make regen-ulps" and commit the regenerated-from-scratch file. (Ideally any failures of libm tests still present after regeneration would be investigated / fixed - there are several open "math" bugs spread across these platforms - but simply regenerating from scratch improves things.) * sysdeps/hppa/fpu/libm-test-ulps: Remove *_tonearest entries. * sysdeps/ia64/fpu/libm-test-ulps: Likewise. * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise. * sysdeps/microblaze/libm-test-ulps: Likewise. * sysdeps/sh/libm-test-ulps: Likewise.
Diffstat (limited to 'sysdeps/ia64/fpu/libm-test-ulps')
-rw-r--r-- | sysdeps/ia64/fpu/libm-test-ulps | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/sysdeps/ia64/fpu/libm-test-ulps b/sysdeps/ia64/fpu/libm-test-ulps index 44230afd78..2776ba7fae 100644 --- a/sysdeps/ia64/fpu/libm-test-ulps +++ b/sysdeps/ia64/fpu/libm-test-ulps @@ -191,10 +191,6 @@ ifloat: 1 ildouble: 1 ldouble: 1 -Function: "cos_tonearest": -double: 1 -idouble: 1 - Function: "cos_towardzero": double: 1 float: 1 @@ -295,22 +291,6 @@ ifloat: 2 ildouble: 2 ldouble: 2 -Function: Real part of "ctan_tonearest": -double: 1 -float: 1 -idouble: 1 -ifloat: 1 -ildouble: 2 -ldouble: 2 - -Function: Imaginary part of "ctan_tonearest": -double: 2 -float: 1 -idouble: 2 -ifloat: 1 -ildouble: 2 -ldouble: 2 - Function: Real part of "ctan_towardzero": double: 2 float: 1 @@ -375,22 +355,6 @@ ifloat: 4 ildouble: 2 ldouble: 2 -Function: Real part of "ctanh_tonearest": -double: 2 -float: 1 -idouble: 2 -ifloat: 1 -ildouble: 1 -ldouble: 1 - -Function: Imaginary part of "ctanh_tonearest": -double: 2 -float: 1 -idouble: 2 -ifloat: 1 -ildouble: 2 -ldouble: 2 - Function: Real part of "ctanh_towardzero": double: 3 float: 2 @@ -431,10 +395,6 @@ Function: "expm1_downward": ildouble: 1 ldouble: 1 -Function: "expm1_tonearest": -ildouble: 1 -ldouble: 1 - Function: "j0": double: 2 float: 2 @@ -489,10 +449,6 @@ idouble: 1 ildouble: 1 ldouble: 1 -Function: "sin_tonearest": -double: 1 -idouble: 1 - Function: "sin_towardzero": double: 1 idouble: 1 |