glibc/sysdeps/ieee754/ldbl-128
Michael Hudson-Doyle 3e27919274 Ensure calculations happen with desired rounding mode in y1lf128
math/test-float128-y1 fails on x86_64 and ppc64el with gcc 12 and -O3,
because code inside a block guarded by SET_RESTORE_ROUNDL is being moved
after the rounding mode has been restored. Use math_force_eval to
prevent this (and insert some math_opt_barrier calls to prevent code
from being moved before the rounding mode is set).

Fixes #29463

Reviewed-By: Wilco Dijkstra <Wilco.Dijkstra@arm.com>
(cherry picked from commit 2b274fd8c9)
2022-10-09 13:05:19 +02:00
..
bits
e_acoshl.c
e_acosl.c
e_asinl.c
e_atan2l.c
e_atanhl.c
e_coshl.c
e_exp10l.c
e_expl.c
e_fmodl.c
e_gammal_r.c
e_hypotl.c
e_ilogbl.c
e_j0l.c
e_j1l.c
e_jnl.c
e_lgammal_r.c
e_log2l.c
e_log10l.c
e_logl.c
e_powl.c
e_rem_pio2l.c
e_remainderl.c
e_sinhl.c
float128-abi.h
gamma_productl.c
ieee754.h
k_cosl.c
k_sincosl.c
k_sinl.c
k_tanl.c
ldbl2mpn.c
lgamma_negl.c
lgamma_productl.c
Makeconfig
Makefile
math_ldbl.h
math-nan-payload-ldouble.h
mpn2ldbl.c
printf_fphex_macros.h
printf_fphex.c
s_asinhl.c
s_atanl.c
s_cbrtl.c
s_ceill.c
s_copysignl.c
s_cosl.c
s_daddl.c
s_ddivl.c
s_dfmal.c
s_dmull.c
s_dsqrtl.c
s_dsubl.c
s_erfl.c
s_expm1l.c
s_f64xaddf128.c
s_f64xdivf128.c
s_f64xfmaf128.c
s_f64xmulf128.c
s_f64xsqrtf128.c
s_f64xsubf128.c
s_fabsl.c
s_faddl.c
s_fdivl.c
s_ffmal.c
s_finitel.c
s_floorl.c
s_fma.c
s_fmal.c
s_fmull.c
s_fpclassifyl.c
s_frexpl.c
s_fromfpl_main.c
s_fromfpl.c
s_fromfpxl.c
s_fsqrtl.c
s_fsubl.c
s_getpayloadl.c
s_isinfl.c
s_isnanl.c
s_issignalingl.c
s_llrintl.c
s_llroundl.c
s_log1pl.c
s_logbl.c
s_lrintl.c
s_lroundl.c
s_modfl.c
s_nearbyintl.c
s_nextafterl.c
s_nexttoward.c
s_nexttowardf.c
s_nextupl.c
s_remquol.c
s_rintl.c
s_roundevenl.c
s_roundl.c
s_scalblnl.c
s_scalbnl.c
s_setpayloadl_main.c
s_setpayloadl.c
s_setpayloadsigl.c
s_signbitl.c
s_sincosl.c
s_sinl.c
s_tanhl.c
s_tanl.c
s_totalorderl.c
s_totalordermagl.c
s_truncl.c
s_ufromfpl.c
s_ufromfpxl.c
strtold_l.c
t_expl.h
t_sincosl.c
x2y2m1l.c