glibc/sysdeps/ieee754
Aurelien Jarno 2b5478569e 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>
2022-10-24 20:48:02 +02:00
..
dbl-64 math: Fix asin and acos invalid exception with old gcc 2022-10-17 08:18:52 +01:00
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 Update _FloatN header support for C++ in GCC 13 2022-09-28 20:10:08 +00:00
ldbl-128ibm Avoid undefined behaviour in ibm128 implementation of llroundl (BZ #29488) 2022-10-24 20:48:02 +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