Skip to content
Unverified Commit f95a6c86 authored by Naoki Shibata's avatar Naoki Shibata Committed by GitHub
Browse files

This patch fixes two problems (#592)



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: default avatarNaoki Shibata <shibatch.sf.net@gmail.com>
parent bbdf0e2d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment