about summary refs log tree commit diff
path: root/manual/examples
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2018-12-19 21:48:03 +0000
committerJoseph Myers <joseph@codesourcery.com>2018-12-19 21:48:03 +0000
commit515f463f52b8e4f048e6818d0db2dd2ae45e5f36 (patch)
tree08be542f3d7a5b594e85e507cc6809e2de9f319f /manual/examples
parent1616d034b61622836d3a36af53dcfca7624c844e (diff)
downloadglibc-515f463f52b8e4f048e6818d0db2dd2ae45e5f36.tar.gz
glibc-515f463f52b8e4f048e6818d0db2dd2ae45e5f36.tar.xz
glibc-515f463f52b8e4f048e6818d0db2dd2ae45e5f36.zip
Remove x86 mathinline.h sinh, cosh, tanh inlines.
Continuing the removal of bits/mathinline.h inlines that would better
be done by the compiler, this patch removes x86 inlines for sinh, cosh
and tanh functions (inlines only previously present for fast-math,
non-SSE 32-bit x86).  I've filed
<https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88556> for adding such
inlines as an optimization in GCC.

I believe the only remaining part of the x86 bits/mathinline.h that
does anything useful with current compilers after this patch is the
__LIBC_INTERNAL_MATH_INLINES inline of __ieee754_atan2l; I intend to
remove the whole header and move that inline to a sysdeps
math_private.h header in a subsequent patch.

Tested for x86_64 and x86.

	* sysdeps/x86/fpu/bits/mathinline.h (sinh): Remove inline
	definition.
	(cosh): Likewise.
	(tanh): Likewise.
Diffstat (limited to 'manual/examples')
0 files changed, 0 insertions, 0 deletions