summary refs log tree commit diff
diff options
context:
space:
mode:
authorJohn David Anglin <danglin@gcc.gnu.org>2018-02-17 13:46:50 -0500
committerJohn David Anglin <danglin@gcc.gnu.org>2018-02-17 13:46:50 -0500
commit6aca1b6102733ba1d7f2be4088e33ce6966385d1 (patch)
tree071b5240258c9ecfbfe547f70ecd421d255b365f
parent16efad5171ac1ac2c8728405f2703045f08c494b (diff)
downloadglibc-6aca1b6102733ba1d7f2be4088e33ce6966385d1.tar.gz
glibc-6aca1b6102733ba1d7f2be4088e33ce6966385d1.tar.xz
glibc-6aca1b6102733ba1d7f2be4088e33ce6966385d1.zip
Fix ulps for pow on hppa.
	* sysdeps/hppa/fpu/libm-test-ulps (pow): Increase double and
	idouble to 1 ULP.
-rw-r--r--ChangeLog5
-rw-r--r--sysdeps/hppa/fpu/libm-test-ulps2
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ee90bea135..36f08c79cd 100644
--- 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
diff --git a/sysdeps/hppa/fpu/libm-test-ulps b/sysdeps/hppa/fpu/libm-test-ulps
index 08c3bae170..6a6cae84dd 100644
--- a/sysdeps/hppa/fpu/libm-test-ulps
+++ b/sysdeps/hppa/fpu/libm-test-ulps
@@ -1496,7 +1496,9 @@ idouble: 1
 ifloat: 2
 
 Function: "pow":
+double: 1
 float: 1
+idouble: 1
 ifloat: 1
 
 Function: "pow_downward":