Skip to content

Commit

Permalink
ARCv3: math: update libm test ulps
Browse files Browse the repository at this point in the history
Prevent math/test-float-hypot and math/test-float32-hypot fails.
Needed due to commit cf7ffdd ("added pair of inputs for hypotf in
binary32").
  • Loading branch information
pavelvkozlov committed Aug 14, 2023
1 parent 8254f4c commit f0d1fe4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions sysdeps/arc/arc64/fpu/libm-test-ulps
Original file line number Diff line number Diff line change
Expand Up @@ -839,6 +839,7 @@ float: 5

Function: "hypot":
double: 1
float: 1

Function: "hypot_downward":
double: 1
Expand Down
1 change: 1 addition & 0 deletions sysdeps/arc/arc64/nofpu/libm-test-ulps
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ float: 7

Function: "hypot":
double: 1
float: 1

Function: "j0":
double: 2
Expand Down
1 change: 1 addition & 0 deletions sysdeps/arc/nofpu/libm-test-ulps
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ float: 7

Function: "hypot":
double: 1
float: 1

Function: "j0":
double: 2
Expand Down

0 comments on commit f0d1fe4

Please sign in to comment.