about summary refs log tree commit diff
path: root/aclocal.m4
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2021-04-06 12:32:06 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2021-12-13 09:08:02 -0300
commita1d3c9b64266d84736ba8eac96aa864165905b79 (patch)
tree8543d9053dc4865580466a1ec5b83560fd9ba42f /aclocal.m4
parentc212d6397e05d0ce65405706ea0b427a418ce5ef (diff)
downloadglibc-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 'aclocal.m4')
0 files changed, 0 insertions, 0 deletions