]> sourceware.org Git - glibc.git/commitdiff
Fix ulps for pow on hppa.
authorJohn David Anglin <danglin@gcc.gnu.org>
Sat, 17 Feb 2018 18:46:50 +0000 (13:46 -0500)
committerJohn David Anglin <danglin@gcc.gnu.org>
Sat, 17 Feb 2018 18:46:50 +0000 (13:46 -0500)
* sysdeps/hppa/fpu/libm-test-ulps (pow): Increase double and
idouble to 1 ULP.

ChangeLog
sysdeps/hppa/fpu/libm-test-ulps

index ee90bea135741eda1cd7b058870c16afb0d694cb..36f08c79cd872f6d353001df03eb68f119d9101a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2018-02-17  John David Anglin  <danglin@gcc.gnu.org>
+
+       * sysdeps/hppa/fpu/libm-test-ulps (pow): Increase double and
+       idouble to 1 ULP.
+
 2018-02-16  Rical Jasan  <ricaljasan@pacific.net>
 
        * manual/platform.texi (__riscv_flush_icache): Fix @deftypefun
index 08c3bae1706c2a650cb3e6b6f96a5ea76899be5b..6a6cae84ddffec7983c6c2aa8118c31579b6cd51 100644 (file)
@@ -1496,7 +1496,9 @@ idouble: 1
 ifloat: 2
 
 Function: "pow":
+double: 1
 float: 1
+idouble: 1
 ifloat: 1
 
 Function: "pow_downward":
This page took 0.083758 seconds and 5 git commands to generate.