5de29b
#
5de29b
# On POWER this patch also fixes test-ildoubl and test-ldouble failures where tan
5de29b
# rounded toward zero had acceptable 1 ULP error. Upstream is using 3 ULP, but
5de29b
# we prefer to keep the bound tighter unless we have a reason not to.
5de29b
#
5de29b
# This is the ppc64le version which is required becuase it applies *after* another
5de29b
# ppc64le patch that touches the same ULPs file. See glibc-power-libm-test-ulps.patch
5de29b
# for the ppc64/ppc version.
5de29b
#
12745e
diff -urN glibc-2.17-c758a686/sysdeps/powerpc/fpu/libm-test-ulps glibc-2.17-c758a686/sysdeps/powerpc/fpu/libm-test-ulps
12745e
--- glibc-2.17-c758a686/sysdeps/powerpc/fpu/libm-test-ulps	2014-07-25 22:07:06.280020855 -0400
12745e
+++ glibc-2.17-c758a686/sysdeps/powerpc/fpu/libm-test-ulps	2014-07-25 22:26:54.650021033 -0400
5de29b
@@ -2644,6 +2644,9 @@
5de29b
 Test "tan_towardzero (2)":
5de29b
 ildouble: 1
5de29b
 ldouble: 1
5de29b
+Test "tan_towardzero (2) == -2.1850398632615189916433061023136825434320":
5de29b
+ildouble: 1
5de29b
+ldouble: 1
5de29b
 Test "tan_towardzero (3) == -0.1425465430742778052956354105339134932261":
5de29b
 float: 1
5de29b
 ifloat: 1