Fix ulps for pow on hppa.

* sysdeps/hppa/fpu/libm-test-ulps (pow): Increase double and
	idouble to 1 ULP.
This commit is contained in:
John David Anglin 2018-02-17 13:46:50 -05:00
parent 16efad5171
commit 6aca1b6102
2 changed files with 7 additions and 0 deletions

View file

@ -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

View file

@ -1496,7 +1496,9 @@ idouble: 1
ifloat: 2
Function: "pow":
double: 1
float: 1
idouble: 1
ifloat: 1
Function: "pow_downward":