glibc/sysdeps/ieee754
Aurelien Jarno 9273b2d0e9 Avoid undefined behaviour in ibm128 implementation of llroundl (BZ #29488)
Detecting an overflow edge case depended on signed overflow of a long
long. Replace the additions and the overflow checks by
__builtin_add_overflow().

Reviewed-by: Tulio Magno Quites Machado Filho <tuliom@linux.ibm.com>
(cherry picked from commit 2b5478569e)
2022-10-24 20:57:57 +02:00
..
dbl-64
float128
flt-32 i686: Use generic sincosf implementation for SSE2 version 2022-06-01 10:47:44 -03:00
ldbl-64-128
ldbl-96
ldbl-128 Ensure calculations happen with desired rounding mode in y1lf128 2022-10-09 13:05:19 +02:00
ldbl-128ibm Avoid undefined behaviour in ibm128 implementation of llroundl (BZ #29488) 2022-10-24 20:57:57 +02:00
ldbl-128ibm-compat
ldbl-opt
soft-fp
ieee754.h
k_standard.c
k_standardf.c
k_standardl.c
libm-alias-finite.h
Makefile
s_lib_version.c
s_matherr.c
s_signgam.c