-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This patch fixes the following two problems:
* On aarch32, cbrt(4) was returned instead of M_PI/2. * Due to a bug in gcc-13, sign of atanf(+-0) was wrong. This patch also adds testing for the first problem. The second problem is detected by the existing tester.
- Loading branch information
Naoki Shibata
committed
Oct 16, 2024
1 parent
bbdf0e2
commit d94996b
Showing
2 changed files
with
9 additions
and
1 deletion.
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
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