summaryrefslogtreecommitdiff
path: root/sysdeps/ieee754
AgeCommit message (Expand)Author
2025-11-21Enable --enable-fortify-source with clangAdhemerval Zanella
2025-11-21math: Remove ldbl-96 fma implementationAdhemerval Zanella
2025-11-19math: Sync atanh from CORE-MATHAdhemerval Zanella
2025-11-19math: Sync acosh from CORE-MATHAdhemerval Zanella
2025-11-17math: Handle fabsf128 !__USE_EXTERN_INLINESAdhemerval Zanella
2025-11-17math: Don't redirect inlined builtin math functionsAdhemerval Zanella
2025-11-14math: Optimize frexpl (intel96) with fast path for normal numbersOsama Abdelkader
2025-11-13Change fromfp functions to return floating types following C23 (bug 28327)Joseph Myers
2025-11-12math: Remove float_t and double_t [BZ #33563]Wilco Dijkstra
2025-11-12math: Remove ldbl-128/s_fma.cWilco Dijkstra
2025-11-10math: Optimize frexpl (binary128) with fast path for normal numbersOsama Abdelkader
2025-11-10math: Optimize frexp (binary64) with fast path for normal numbersOsama Abdelkader
2025-11-10math: Optimize frexpf (binary32) with fast path for normal numbersOsama Abdelkader
2025-11-10math: Sync acosh from CORE-MATHAdhemerval Zanella
2025-11-05math: Remove the SVID error handling from tgammafAdhemerval Zanella
2025-11-05math: Remove the SVID error handling from lgammaf/lgammaf_rAdhemerval Zanella
2025-11-05math: Remove the SVID error handling from atan2fAdhemerval Zanella
2025-11-04Rename fromfp files in preparation for changing types for C23Joseph Myers
2025-11-04math: Remove the SVID error handling wrapper from sqrtAdhemerval Zanella
2025-11-04math: Remove the SVID error handling from sinhfAdhemerval Zanella
2025-11-04math: Remove the SVID error handling from remainderAdhemerval Zanella
2025-11-04math: Remove the SVID error handling from remainderfAdhemerval Zanella
2025-10-31math: Fix pow special case [BZ #33563]Wilco Dijkstra
2025-10-31math: Fix powf special case [BZ #33563]Wilco Dijkstra
2025-10-30Cleanup some recently added whitespace.Collin Funk
2025-10-30math: Remove the SVID error handling wrapper from yn/jnAdhemerval Zanella
2025-10-30math: Remove the SVID error handling wrapper from y1/j1Adhemerval Zanella
2025-10-30math: Remove the SVID error handling wrapper from y0/j0Adhemerval Zanella
2025-10-30math: Remove the SVID error handling from coshfAdhemerval Zanella
2025-10-30math: Remove the SVID error handling from atanhfAdhemerval Zanella
2025-10-30math: Remove the SVID error handling from acoshfAdhemerval Zanella
2025-10-30math: Remove the SVID error handling from asinfAdhemerval Zanella
2025-10-30math: Remove the SVID error handling from acosfAdhemerval Zanella
2025-10-30math: Remove the SVID error handling from log10fAdhemerval Zanella
2025-10-29Annotate swtich fall-throughAdhemerval Zanella
2025-10-29Replace count_leading_zeros with stdc_leading_zerosAdhemerval Zanella
2025-10-27math: Consolidate CORE-MATH double-double routinesAdhemerval Zanella
2025-10-27math: Consolidate erf/erfc definitionsAdhemerval Zanella
2025-10-27math: Consolidate internal erf/erfc tablesAdhemerval Zanella
2025-10-27math: Use erfc from CORE-MATHAdhemerval Zanella
2025-10-27math: Use erf from CORE-MATHAdhemerval Zanella
2025-10-27math: Use tgamma from CORE-MATHAdhemerval Zanella
2025-10-27math: Use lgamma from CORE-MATHAdhemerval Zanella
2025-10-27math: Move atanh internal data to separate fileAdhemerval Zanella
2025-10-27math: Consolidate acosh and asinh internal tableAdhemerval Zanella
2025-10-27math: Use atanh from CORE-MATHAdhemerval Zanella
2025-10-27math: Use asinh from CORE-MATHAdhemerval Zanella
2025-10-27math: Use acosh from CORE-MATHAdhemerval Zanella
2025-10-22various fixes detected with -Wdouble-promotionPaul Zimmermann
2025-10-21math: Suppress clang -Wincompatible-library-redeclaration on s_llroundAdhemerval Zanella