diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2021-04-06 12:32:06 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2021-12-13 09:08:02 -0300 |
commit | a1d3c9b64266d84736ba8eac96aa864165905b79 (patch) | |
tree | 8543d9053dc4865580466a1ec5b83560fd9ba42f /sysdeps/posix/sigintr.c | |
parent | c212d6397e05d0ce65405706ea0b427a418ce5ef (diff) | |
download | glibc-a1d3c9b64266d84736ba8eac96aa864165905b79.tar.gz glibc-a1d3c9b64266d84736ba8eac96aa864165905b79.tar.xz glibc-a1d3c9b64266d84736ba8eac96aa864165905b79.zip |
i386: Move hypot implementation to C
The generic hypotf is slight slower, mostly due the tricks the assembly does to optimize the isinf/isnan/issignaling. The generic hypot is way slower, since the optimized implementation uses the i386 default excessive precision to issue the operation directly. A similar implementation is provided instead of using the generic implementation: Checked on i686-linux-gnu.
Diffstat (limited to 'sysdeps/posix/sigintr.c')
0 files changed, 0 insertions, 0 deletions