diff options
author | Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com> | 2018-02-12 12:10:21 -0200 |
---|---|---|
committer | Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com> | 2018-02-12 13:23:03 -0200 |
commit | 261a851c222128a3a7102c21636ef10557c5e805 (patch) | |
tree | 8fb975247dcc0b380c36a7313af1c740b6bd568f /sysdeps/powerpc/fpu | |
parent | e16deca62e16f645213dffd4ecd1153c37765f17 (diff) | |
download | glibc-261a851c222128a3a7102c21636ef10557c5e805.tar glibc-261a851c222128a3a7102c21636ef10557c5e805.tar.gz glibc-261a851c222128a3a7102c21636ef10557c5e805.tar.bz2 glibc-261a851c222128a3a7102c21636ef10557c5e805.zip |
powerpc: Update pow() ULPs
* sysdeps/powerpc/fpu/libm-test-ulps (pow): Increase double and
idouble to 1 ULP.
Signed-off-by: Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
Diffstat (limited to 'sysdeps/powerpc/fpu')
-rw-r--r-- | sysdeps/powerpc/fpu/libm-test-ulps | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/powerpc/fpu/libm-test-ulps b/sysdeps/powerpc/fpu/libm-test-ulps index c10b2f8b59..6eec66f1c5 100644 --- a/sysdeps/powerpc/fpu/libm-test-ulps +++ b/sysdeps/powerpc/fpu/libm-test-ulps @@ -2464,8 +2464,10 @@ ildouble: 1 ldouble: 1 Function: "pow": +double: 1 float: 1 float128: 2 +idouble: 1 ifloat: 1 ifloat128: 2 ildouble: 1 |