glibc/sysdeps/sparc/sparc32/fpu
David S. Miller 8d6bb57c44 Fix build on pre-v9 32-bit Sparc.
We cannot use fnegd in this code, as fnegd was added in v9.
Only fnegs exists in v8 and earlier.

	[BZ #15985]
	* sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
	on pre-v9 cpus, use a fnegs+fmovs sequence instead.
2013-11-06 13:23:36 -08:00
..
e_sqrtl.c * math/math.h [__NO_LONG_DOUBLE_MATH] (__nldbl_nexttowardf): New 2006-01-14 12:10:44 +00:00
s_copysign.S Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
s_copysignf.S Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
s_fabs.S Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
s_fabsf.S Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
s_fabsl.c * math/divtc3.c: New file. 2006-02-01 03:02:06 +00:00
s_fdim.S Fix build on pre-v9 32-bit Sparc. 2013-11-06 13:23:36 -08:00
s_fdimf.S Optimize fdim/fdimf on sparc. 2013-01-14 18:21:59 -08:00
s_fma.c Sparc long double is emulated in software, therefore use dbl-64's s_fma.c 2012-03-15 20:55:42 -07:00
s_signbit.S Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
s_signbitf.S Optimized sparc assembler for signbit{,f,l} and some variants of isnan. 2012-03-01 20:43:38 -08:00
s_signbitl.S Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
w_sqrt.S Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
w_sqrtf.S Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00