]> git.ipfire.org Git - thirdparty/glibc.git/commit
Remove x86 mathinline.h asinh, acosh, atanh inlines.
authorJoseph Myers <joseph@codesourcery.com>
Fri, 14 Dec 2018 22:35:57 +0000 (22:35 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Fri, 14 Dec 2018 22:35:57 +0000 (22:35 +0000)
commit033a2c0a20393c7e48000d83c2ca7ac8ea292d9e
tree949bd0c0a3c81b6ced0d5663ef149ed2496d6308
parente361dc043d0490dbcba88f5e16854e8e19f8231c
Remove x86 mathinline.h asinh, acosh, atanh inlines.

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

Tested for x86_64 and x86.

* sysdeps/x86/fpu/bits/mathinline.h (asinh): Remove inline
definition.
(acosh): Likewise.
(atanh): Likewise.
ChangeLog
sysdeps/x86/fpu/bits/mathinline.h