-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
1 parent
8254f4c
commit f0d1fe4
Showing
3 changed files
with
3 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -839,6 +839,7 @@ float: 5 | |
|
||
Function: "hypot": | ||
double: 1 | ||
float: 1 | ||
|
||
Function: "hypot_downward": | ||
double: 1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -205,6 +205,7 @@ float: 7 | |
|
||
Function: "hypot": | ||
double: 1 | ||
float: 1 | ||
|
||
Function: "j0": | ||
double: 2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -205,6 +205,7 @@ float: 7 | |
|
||
Function: "hypot": | ||
double: 1 | ||
float: 1 | ||
|
||
Function: "j0": | ||
double: 2 | ||
|