diff options
author | DJ Delorie <dj@redhat.com> | 2018-08-03 13:52:01 -0400 |
---|---|---|
committer | DJ Delorie <dj@delorie.com> | 2018-08-03 13:52:01 -0400 |
commit | bb17621ab89b2135c4d8d0d250b2aab5aa3e36c4 (patch) | |
tree | 0af908c86682918d6d10e5b7078f1c979ae553f7 /sysdeps/riscv/rv64 | |
parent | bf4181878780be9b53e37a3b0fbabc40cdd07649 (diff) | |
download | glibc-bb17621ab89b2135c4d8d0d250b2aab5aa3e36c4.tar.gz glibc-bb17621ab89b2135c4d8d0d250b2aab5aa3e36c4.tar.xz glibc-bb17621ab89b2135c4d8d0d250b2aab5aa3e36c4.zip |
Regen RISC-V rvd ULPs
* sysdeps/riscv/rv64/rvd/libm-test-ulps: Update. Note: I regen'd these from scratch, but I'm only committing the increases, as I only tested on hardware. There were a few 2->1 decreases that I omitted, possibly "for now".
Diffstat (limited to 'sysdeps/riscv/rv64')
-rw-r--r-- | sysdeps/riscv/rv64/rvd/libm-test-ulps | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/sysdeps/riscv/rv64/rvd/libm-test-ulps b/sysdeps/riscv/rv64/rvd/libm-test-ulps index f8feadcd0d..61be2df60d 100644 --- a/sysdeps/riscv/rv64/rvd/libm-test-ulps +++ b/sysdeps/riscv/rv64/rvd/libm-test-ulps @@ -1006,6 +1006,8 @@ ildouble: 2 ldouble: 2 Function: "cos": +double: 1 +idouble: 1 ildouble: 1 ldouble: 1 @@ -1348,9 +1350,9 @@ ildouble: 4 ldouble: 4 Function: Imaginary part of "ctan_towardzero": -double: 1 +double: 2 float: 2 -idouble: 1 +idouble: 2 ifloat: 2 ildouble: 5 ldouble: 5 @@ -1898,10 +1900,12 @@ ldouble: 2 Function: "log_upward": double: 1 idouble: 1 -ildouble: 1 -ldouble: 1 +ildouble: 2 +ldouble: 2 Function: "pow": +double: 1 +idouble: 1 ildouble: 2 ldouble: 2 @@ -1930,6 +1934,8 @@ ildouble: 2 ldouble: 2 Function: "sin": +double: 1 +idouble: 1 ildouble: 1 ldouble: 1 @@ -1952,6 +1958,8 @@ ildouble: 3 ldouble: 3 Function: "sincos": +double: 1 +idouble: 1 ildouble: 1 ldouble: 1 |