From 86793ae758eeca100a67d1e32cb16d29e74a9149 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Fri, 1 May 2015 22:31:24 +0000 Subject: Add another test of pow. This patch adds a randomly-generated test of pow that is observed to increase ulps on x86_64. Tested for x86_64 and x86 and ulps updated accordingly. * math/auto-libm-test-in: Add another test of pow. * math/auto-libm-test-out: Regenerated. * sysdeps/x86_64/fpu/libm-test-ulps: Update. --- sysdeps/x86_64/fpu/libm-test-ulps | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'sysdeps') diff --git a/sysdeps/x86_64/fpu/libm-test-ulps b/sysdeps/x86_64/fpu/libm-test-ulps index 3b342d69bb..ab2b0b7ed4 100644 --- a/sysdeps/x86_64/fpu/libm-test-ulps +++ b/sysdeps/x86_64/fpu/libm-test-ulps @@ -1816,8 +1816,8 @@ ildouble: 1 ldouble: 1 Function: "pow": -float: 1 -ifloat: 1 +float: 3 +ifloat: 3 ildouble: 1 ldouble: 1 @@ -1853,25 +1853,25 @@ ldouble: 2 Function: "pow_downward": double: 1 -float: 1 +float: 3 idouble: 1 -ifloat: 1 +ifloat: 3 ildouble: 4 ldouble: 4 Function: "pow_towardzero": double: 1 -float: 1 +float: 4 idouble: 1 -ifloat: 1 +ifloat: 4 ildouble: 1 ldouble: 1 Function: "pow_upward": double: 1 -float: 1 +float: 4 idouble: 1 -ifloat: 1 +ifloat: 4 ildouble: 2 ldouble: 2 -- cgit 1.4.1