From 6aca1b6102733ba1d7f2be4088e33ce6966385d1 Mon Sep 17 00:00:00 2001 From: John David Anglin Date: Sat, 17 Feb 2018 13:46:50 -0500 Subject: [PATCH] Fix ulps for pow on hppa. * sysdeps/hppa/fpu/libm-test-ulps (pow): Increase double and idouble to 1 ULP. --- ChangeLog | 5 +++++ sysdeps/hppa/fpu/libm-test-ulps | 2 ++ 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index ee90bea..36f08c7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2018-02-17 John David Anglin + + * sysdeps/hppa/fpu/libm-test-ulps (pow): Increase double and + idouble to 1 ULP. + 2018-02-16 Rical Jasan * 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 08c3bae..6a6cae8 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": -- 2.7.4