diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2025-01-02 10:54:11 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2025-01-09 12:53:58 -0300 |
commit | 9cc9f8e11e8fb8f54f1e84d9f024917634a78201 (patch) | |
tree | 8715ab006b0edd5a44e525e1aa3ce8a07659fdbf /stdlib | |
parent | e41aabcc93edd6c9a6acb15212b2783d8a7ec5a3 (diff) | |
download | glibc-9cc9f8e11e8fb8f54f1e84d9f024917634a78201.zip glibc-9cc9f8e11e8fb8f54f1e84d9f024917634a78201.tar.gz glibc-9cc9f8e11e8fb8f54f1e84d9f024917634a78201.tar.bz2 |
math: Fix acosf when building with gcc <= 11
GCC <= 11 wrongly assumes the rounding is to nearest and performs a
constant folding where it should evaluate since the result is not
exact [1].
[1] https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57245
Diffstat (limited to 'stdlib')
0 files changed, 0 insertions, 0 deletions