diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2021-04-05 14:49:47 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2021-12-13 09:02:30 -0300 |
commit | 7fe0ace3e289c88cab5014cef94e946fd695221f (patch) | |
tree | e632319b2e03c36e85271d8561c9a7b1019de232 /elf | |
parent | 5afe4c0d6903027bf7835da4711a9f75b750a64d (diff) | |
download | glibc-7fe0ace3e289c88cab5014cef94e946fd695221f.tar.gz glibc-7fe0ace3e289c88cab5014cef94e946fd695221f.tar.xz glibc-7fe0ace3e289c88cab5014cef94e946fd695221f.zip |
math: Simplify hypotf implementation
Use a more optimized comparison for check for NaN and infinite and add an inlined issignaling implementation for float. With gcc it results in 2 FP comparisons. The file Copyright is also changed to use GPL, the implementation was completely changed by 7c10fd3515f to use double precision instead of scaling and this change removes all the GET_FLOAT_WORD usage. Checked on x86_64-linux-gnu.
Diffstat (limited to 'elf')
0 files changed, 0 insertions, 0 deletions