]> git.ipfire.org Git - thirdparty/glibc.git/commit
Remove x86 mathinline.h hypot inline.
authorJoseph Myers <joseph@codesourcery.com>
Wed, 12 Dec 2018 22:33:06 +0000 (22:33 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Wed, 12 Dec 2018 22:33:06 +0000 (22:33 +0000)
commitbf8ae8c09ab7ae4c402f26fd1a2cff4b64e50eea
treeafc0151c2664ff74c1c521654891d00598feb172
parentde099757b693c2809527f7df7d64b70942177d97
Remove x86 mathinline.h hypot inline.

Continuing the removal of bits/mathinline.h inlines that would better
be done by the compiler, this patch removes an x86 inline for hypot
functions (only for fast-math, only for non-SSE 32-bit x86).  I've
filed <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88474> for adding
such an inline as an optimization in GCC.

Tested for x86_64 and x86.

* sysdeps/x86/fpu/bits/mathinline.h (hypot): Remove inline
definition.
ChangeLog
sysdeps/x86/fpu/bits/mathinline.h