Skip to content

Commit

Permalink
Regen RISC-V rvd ULPs
Browse files Browse the repository at this point in the history
* 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".
  • Loading branch information
djdelorierh authored and djdelorie committed Aug 3, 2018
1 parent bf41818 commit bb17621
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
* sysdeps/riscv/rvf/math_private.h (libc_feholdexcept_setround_riscv):
Fix rounding save-restore bug.

* sysdeps/riscv/rv64/rvd/libm-test-ulps: Update.

2018-08-03 Joseph Myers <[email protected]>

* math/libm-test-ilogb.inc (ilogb_test_data): Use ',' not ';'
Expand Down
16 changes: 12 additions & 4 deletions sysdeps/riscv/rv64/rvd/libm-test-ulps
Original file line number Diff line number Diff line change
Expand Up @@ -1006,6 +1006,8 @@ ildouble: 2
ldouble: 2

Function: "cos":
double: 1
idouble: 1
ildouble: 1
ldouble: 1

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -1930,6 +1934,8 @@ ildouble: 2
ldouble: 2

Function: "sin":
double: 1
idouble: 1
ildouble: 1
ldouble: 1

Expand All @@ -1952,6 +1958,8 @@ ildouble: 3
ldouble: 3

Function: "sincos":
double: 1
idouble: 1
ildouble: 1
ldouble: 1

Expand Down

0 comments on commit bb17621

Please sign in to comment.