glibc/sysdeps/x86/fpu
Joseph Myers 033a2c0a20 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.
2018-12-14 22:35:57 +00:00
..
bits Remove x86 mathinline.h asinh, acosh, atanh inlines. 2018-12-14 22:35:57 +00:00
include/bits
e_sqrtf128.c
fenv_private.h Split fenv_private.h out of math_private.h more consistently. 2018-08-28 20:48:49 +00:00
fix-fp-int-compare-invalid.h
Makefile
math-barriers.h Move math_opt_barrier, math_force_eval to separate math-barriers.h. 2018-05-09 19:45:47 +00:00
powl_helper.c Use round functions not __round functions in glibc libm. 2018-09-27 12:35:23 +00:00
sfp-machine.h
test-fenv-clear-sse.c
test-fenv-sse-2.c
test-fenv-sse.c
test-fenv-x87.c
test-flt-eval-method-387.c
test-flt-eval-method-sse.c
test-math-vector-sincos.h