glibc/sysdeps/ieee754/flt-32
Shen-Ta Hsieh eb9066203f Use GCC builtins for roundeven functions if desired.
This patch is using the corresponding GCC builtin for roundevenf,
roundeven and roundevenl if the USE_FUNCTION_BUILTIN macros are defined
to one in math-use-builtins.h.

These builtin functions is supported since GCC 10.

The code of the generic implementation is not changed.

Signed-off-by: Shen-Ta Hsieh <ibmibmibm.tw@gmail.com>
Reviewed-by: H.J. Lu <hjl.tools@gmail.com>
2021-06-27 07:56:57 -07:00
..
e_acosf.c Add libm_alias_finite for _finite symbols 2020-01-03 10:02:04 -03:00
e_acoshf.c Add libm_alias_finite for _finite symbols 2020-01-03 10:02:04 -03:00
e_asinf.c Add libm_alias_finite for _finite symbols 2020-01-03 10:02:04 -03:00
e_atan2f.c Add libm_alias_finite for _finite symbols 2020-01-03 10:02:04 -03:00
e_atanhf.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
e_coshf.c Add libm_alias_finite for _finite symbols 2020-01-03 10:02:04 -03:00
e_exp2f_data.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
e_exp2f.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
e_exp10f.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
e_expf.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
e_fmodf.c Add libm_alias_finite for _finite symbols 2020-01-03 10:02:04 -03:00
e_gammaf_r.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
e_hypotf.c Add libm_alias_finite for _finite symbols 2020-01-03 10:02:04 -03:00
e_ilogbf.c
e_j0f.c Fix the inaccuracy of j0f/j1f/y0f/y1f [BZ #14469, #14470, #14471, #14472] 2021-04-02 06:15:48 +02:00
e_j1f.c Fix the inaccuracy of j0f/j1f/y0f/y1f [BZ #14469, #14470, #14471, #14472] 2021-04-02 06:15:48 +02:00
e_jnf.c Add libm_alias_finite for _finite symbols 2020-01-03 10:02:04 -03:00
e_lgammaf_r.c Add libm_alias_finite for _finite symbols 2020-01-03 10:02:04 -03:00
e_log2f_data.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
e_log2f.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
e_log10f.c Add libm_alias_finite for _finite symbols 2020-01-03 10:02:04 -03:00
e_logf_data.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
e_logf.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
e_powf_log2_data.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
e_powf.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
e_remainderf.c Add libm_alias_finite for _finite symbols 2020-01-03 10:02:04 -03:00
e_sinhf.c Add libm_alias_finite for _finite symbols 2020-01-03 10:02:04 -03:00
e_sqrtf.c ieee754: provide gcc builtins based generic sqrt functions 2020-06-03 10:23:22 -07:00
k_tanf.c
lgamma_negf.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
lgamma_productf.c
math_config.h Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
math_errf.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
mpn2flt.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
reduce_aux.h Fix the inaccuracy of j0f/j1f/y0f/y1f [BZ #14469, #14470, #14471, #14472] 2021-04-02 06:15:48 +02:00
s_asinhf.c
s_atanf.c
s_cbrtf.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
s_ceilf.c Adjust s_ceilf.c and s_ceill.c regarding code style. 2019-12-11 15:12:21 +01:00
s_copysignf.c Use GCC builtins for copysign functions if desired. 2019-12-11 15:12:19 +01:00
s_cosf.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
s_erff.c
s_expm1f.c
s_fabsf.c
s_finitef.c
s_floorf.c Adjust s_floorf.c and s_floorl.c regarding code style. 2019-12-11 15:12:20 +01:00
s_fpclassifyf.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
s_frexpf.c
s_fromfpf_main.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
s_fromfpf.c
s_fromfpxf.c
s_getpayloadf.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
s_isinff.c
s_isnanf.c
s_issignalingf.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
s_llrintf.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
s_llroundf.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
s_log1pf.c
s_logbf.c
s_lrintf.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
s_lroundf.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
s_modff.c
s_nearbyintf.c Adjust s_nearbyintf.c and s_nearbyintl.c regarding code style. 2019-12-11 15:12:19 +01:00
s_nextafterf.c
s_nextupf.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
s_remquof.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
s_rintf.c Adjust s_rintf.c and s_rintl.c regarding code style. 2019-12-11 15:12:20 +01:00
s_roundevenf.c Use GCC builtins for roundeven functions if desired. 2021-06-27 07:56:57 -07:00
s_roundf.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
s_scalblnf.c
s_scalbnf.c
s_setpayloadf_main.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
s_setpayloadf.c
s_setpayloadsigf.c
s_signbitf.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
s_sincosf_data.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
s_sincosf.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
s_sincosf.h Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
s_sinf.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
s_tanf.c
s_tanhf.c
s_totalorderf.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
s_totalordermagf.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
s_truncf.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
s_ufromfpf.c
s_ufromfpxf.c
sincosf_poly.h Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
w_exp2f.c
w_expf.c
w_log2f.c
w_logf.c
w_powf.c