glibc/sysdeps/x86/fpu
Wilco Dijkstra 4d3693ec1c Remove ancient __signbit inlines
Remove __signbit inlines from mathinline.h.  Math.h already uses
the builtin when supported, so additional inlines are only used
on pre 4.0 GCCs.  Similarly remove ancient copysign and fabs
inlines.

	* sysdeps/alpha/fpu/bits/mathinline.h: Delete file.
	* sysdeps/ia64/fpu/bits/mathinline.h: Delete file.
	* sysdeps/m68k/coldfire/fpu/bits/mathinline.h: Delete file.
	* sysdeps/m68k/m680x0/fpu/bits/mathinline.h: (__signbitf): Remove.
	(__signbit): Remove.
	(__signbitl): Remove.
	* sysdeps/powerpc/bits/mathinline.h (__signbitf): Remove.
	(__signbit): Remove.
	(__signbitl): Remove.
	* sysdeps/s390/fpu/bits/mathinline.h: (__signbitf): Remove.
	(__signbit): Remove.
	(__signbitl): Remove
	* sysdeps/sparc/fpu/bits/mathinline.h (__signbitf): Remove.
	(__signbit): Remove.
	(__signbitl): Remove.
	* sysdeps/tile/bits/mathinline.h: Delete file.
	* sysdeps/x86/fpu/bits/mathinline.h (__signbitf): Remove.
	(__signbit): Remove.
	(__signbitl): Remove.
2017-09-28 19:52:13 +01:00
..
bits Remove ancient __signbit inlines 2017-09-28 19:52:13 +01:00
include/bits hurd: fix libm link 2017-09-03 05:32:10 +02:00
e_sqrtf128.c Add float128 support for x86_64, x86. 2017-06-26 22:02:24 +00:00
fix-fp-int-compare-invalid.h Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
Makefile Add float128 support for x86_64, x86. 2017-06-26 22:02:24 +00:00
powl_helper.c Consistently use uintN_t not u_intN_t in libm. 2017-08-03 19:55:04 +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. 2017-01-01 00:14:16 +00:00
test-fenv-sse-2.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
test-fenv-sse.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
test-fenv-x87.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +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 Fix test-math-vector-sincos.h aliasing. 2017-03-15 17:32:46 +00:00