You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This patch fixes the following two problems:
* On aarch32, cbrt(4) was returned instead of M_PI/2 when +-INFINITY is given to atanf.
* Due to a bug in gcc-13, sign of tanf(+-0) was wrong on PUREC_SCALAR and VXE.
This patch also adds testing for the first problem.
The second problem is detected by the existing tester.
---------
Co-authored-by: Naoki Shibata <[email protected]>
0 commit comments