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 Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
Makefile Add float128 support for x86_64, x86. 2017-06-26 22:02:24 +00:00
e_sqrtf128.c Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
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 Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
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 Add float128 support for x86_64, x86. 2017-06-26 22:02:24 +00:00
test-fenv-clear-sse.c Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
test-fenv-sse-2.c Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
test-fenv-sse.c Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
test-fenv-x87.c Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
test-flt-eval-method-387.c Fix x86_64 -mfpmath=387 float_t, double_t (bug 20787). 2016-11-23 17:56:31 +00:00
test-flt-eval-method-sse.c Fix x86_64 -mfpmath=387 float_t, double_t (bug 20787). 2016-11-23 17:56:31 +00:00
test-math-vector-sincos.h Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00