glibc/sysdeps/ieee754/flt-32
Ulrich Drepper 3e336a8754 [BZ #3306]
2007-03-27  Jakub Jelinek  <jakub@redhat.com>
	[BZ #3306]
	* math/math_private.h (math_opt_barrier, math_force_eval): Define.
	* sysdeps/i386/fpu/math_private.h: New file.
	* sysdeps/x86_64/fpu/math_private.h: New file.
	* math/s_nexttowardf.c (__nexttowardf): Use math_opt_barrier and
	math_force_eval macros.  Use "+m" constraint on asm rather than
	"=m" and "m".
	* math/s_nextafter.c (__nextafter): Likewise.
	* sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward):
	Likewise.
	* sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
	* sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward): Likewise.
	* sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
	* sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Use
	math_opt_barrier and math_force_eval macros.
	* sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl): Likewise.
	* sysdeps/ieee754/ldbl-96/s_nextafterl.c (__nextafterl): Likewise.
	* sysdeps/i386/fpu/s_nexttoward.c: Include float.h.
	(__nexttoward): Use math_opt_barrier and
	math_force_eval macros.  Use "+m" constraint on asm rather than
	"=m" and "m".  Only use asm to force double result if
	FLT_EVAL_METHOD is 2.
	* sysdeps/i386/fpu/s_nexttowardf.c: Include float.h.
	(__nexttowardf): Use math_opt_barrier and
	math_force_eval macros.  Use "+m" constraint on asm rather than
	"=m" and "m".  Only use asm to force double result if
	FLT_EVAL_METHOD is not 0.
	* sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Include float.h.
	(__nexttowardf): Use math_opt_barrier and
	math_force_eval macros.  If FLT_EVAL_METHOD is not 0, force
	x to float using asm.
	* sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c: Include float.h.
	(__nldbl_nexttowardf): Use math_opt_barrier and
	math_force_eval macros.  If FLT_EVAL_METHOD is not 0, force
	x to float using asm.
	* sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Include float.h.
	(__nexttowardf): Use math_opt_barrier and math_force_eval
	macros.  If FLT_EVAL_METHOD is not 0, force x to float using asm.
	* math/bug-nextafter.c (zero, inf): New variables.
	(main): Add new tests.
	* math/bug-nexttoward.c (zero, inf): New variables.
	(main): Add new tests.
2007-04-16 20:41:42 +00:00
..
e_acosf.c
e_acoshf.c
e_asinf.c
e_atan2f.c 2005-07-20 Bob Wilson <bob.wilson@acm.org> 2005-07-20 18:02:49 +00:00
e_atanhf.c
e_coshf.c
e_exp2f.c * sysdeps/ieee754/dbl-64/e_exp2.c: Remove section attribute from 2006-01-09 23:24:14 +00:00
e_expf.c * sysdeps/ieee754/dbl-64/e_exp2.c: Remove section attribute from 2006-01-09 23:24:14 +00:00
e_fmodf.c
e_gammaf_r.c
e_hypotf.c * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Remove the 2005-09-06 05:38:04 +00:00
e_j0f.c
e_j1f.c
e_jnf.c
e_lgammaf_r.c
e_log2f.c
e_log10f.c
e_logf.c
e_powf.c
e_rem_pio2f.c
e_remainderf.c
e_sinhf.c
e_sqrtf.c
k_cosf.c
k_rem_pio2f.c
k_sinf.c
k_tanf.c
mpn2flt.c
s_asinhf.c
s_atanf.c
s_cbrtf.c
s_ceilf.c
s_copysignf.c
s_cosf.c
s_erff.c
s_expm1f.c Remove section attribute, gas produces garbage. 2006-01-09 23:18:21 +00:00
s_fabsf.c
s_finitef.c
s_floorf.c
s_fpclassifyf.c
s_frexpf.c
s_ilogbf.c
s_isinff.c
s_isnanf.c
s_llrintf.c [BZ #2592] 2006-09-20 17:29:36 +00:00
s_llroundf.c
s_log1pf.c
s_logbf.c
s_lrintf.c [BZ #2592] 2006-09-20 17:29:36 +00:00
s_lroundf.c
s_modff.c
s_nearbyintf.c
s_nextafterf.c [BZ #3306] 2007-04-16 20:41:42 +00:00
s_remquof.c
s_rintf.c
s_roundf.c
s_scalblnf.c
s_scalbnf.c
s_signbitf.c
s_sincosf.c
s_sinf.c
s_tanf.c
s_tanhf.c
s_truncf.c
t_exp2f.h
w_expf.c