aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ieee754
AgeCommit message (Expand)AuthorFilesLines
2024-05-24sysdeps/ieee754/ldbl-opt/Makefile: Split and sort libnldbl-callsH.J. Lu1-42/+233
2024-05-24sysdeps/ieee754/ldbl-opt/Makefile: Remove test-nldbl-redirect-staticH.J. Lu1-1/+0
2024-05-24sysdeps/ieee754/ldbl-opt/Makefile: Split and sort testsH.J. Lu1-10/+18
2024-05-23math: Provide missing math symbols on libc.a (BZ 31781)Adhemerval Zanella3-6/+6
2024-05-22Don't provide XXXf128_do_not_use aliases [BZ #31757]H.J. Lu4-0/+10
2024-05-21math: Fix isnanf128 static build (BZ 31774)Adhemerval Zanella1-0/+4
2024-05-21math: Fix i386 and m68k fmod/fmodf on static build (BZ 31488)Adhemerval Zanella1-2/+2
2024-05-20Implement C23 log2p1Joseph Myers3-1/+14
2024-05-20nearbyint: Don't define alias when used in IFUNC [BZ #31759]H.J. Lu2-0/+4
2024-02-01Rename c2x / gnu2x tests to c23 / gnu23Joseph Myers14-24/+24
2024-02-01Refer to C23 in place of C2X in glibcJoseph Myers2-8/+12
2024-01-12math: remove exp10 wrappersWilco Dijkstra2-3/+11
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert506-506/+506
2023-12-04math: Add new exp10 implementationJoe Ramsay3-24/+135
2023-10-16Avoid maybe-uninitialized warning in __kernel_rem_pio2Andreas Schwab1-9/+5
2023-08-21x86_64: Add log1p with FMAH.J. Lu1-0/+5
2023-08-14x86_64: Add expm1 with FMAH.J. Lu1-0/+7
2023-07-17configure: Use autoconf 2.71Siddhesh Poyarekar1-11/+14
2023-07-05sysdeps/ieee754/ldbl-128ibm-compat: Fix warn unused resultFrédéric Bérat2-14/+17
2023-07-05misc/bits/syslog.h: Clearly separate declaration from definitionFrédéric Bérat1-0/+1
2023-07-05stdio: Ensure *_chk routines have their hidden builtin definition availableFrédéric Bérat4-0/+4
2023-07-05sysdeps: Ensure ieee128*_chk routines to be properly namedFrédéric Bérat19-40/+40
2023-07-05Exclude routines from fortificationFrédéric Bérat2-16/+94
2023-06-30aarch64: Add vector implementations of cos routinesJoe Ramsay2-5/+0
2023-05-30Fix misspellings in sysdeps/ -- BZ 25337Paul Pluzhnikov4-4/+4
2023-05-10Added Redirects to longdouble error functions [BZ #29033]Sachin Monga2-0/+6
2023-04-17math: Improve fmod(f) performanceWilco Dijkstra2-77/+101
2023-04-03math: Remove the error handling wrapper from fmod and fmodfAdhemerval Zanella Netto8-7/+53
2023-04-03math: Improve fmodfAdhemerval Zanella Netto2-93/+187
2023-04-03math: Improve fmodAdhemerval Zanella Netto2-96/+208
2023-03-27Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functionsAdhemerval Zanella Netto2-0/+23
2023-03-02C2x scanf binary constant handlingJoseph Myers54-2/+931
2023-01-11math: Suppress -O0 warnings for soft-fp fsqrt [BZ #19444]Adhemerval Zanella1-0/+11
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers491-491/+491
2023-01-05Fix ldbl-128 built-in function useJoseph Myers3-2/+6
2022-12-19stdio-common: Convert vfprintf and related functions to buffersFlorian Weimer3-76/+18
2022-11-29Use GCC builtins for logb functions if desired.Xiaolin Tang4-0/+18
2022-11-29Use GCC builtins for llrint functions if desired.Xiaolin Tang4-17/+38
2022-11-29Use GCC builtins for lrint functions if desired.Xiaolin Tang4-17/+38
2022-10-31Fix build with GCC 13 _FloatN, _FloatNx built-in functionsJoseph Myers3-0/+380
2022-10-24Avoid undefined behaviour in ibm128 implementation of llroundl (BZ #29488)Aurelien Jarno1-12/+9
2022-10-24Fix BZ #29463 in the ibm128 implementation of y1l tooMichael Hudson-Doyle1-0/+3
2022-10-17math: Fix asin and acos invalid exception with old gccSzabolcs Nagy1-16/+2
2022-09-28Update _FloatN header support for C++ in GCC 13Joseph Myers1-3/+3
2022-08-18Ensure calculations happen with desired rounding mode in y1lf128Michael Hudson-Doyle1-0/+3
2022-06-01i686: Use generic sincosf implementation for SSE2 versionAdhemerval Zanella1-0/+5
2022-06-01i686: Use generic sinf implementation for SSE2 versionAdhemerval Zanella1-0/+5
2022-06-01i686: Use generic cosf implementation for SSE2 versionAdhemerval Zanella1-0/+5
2022-06-01x86_64: Optimize sincos where sin/cos is optimized (bug 29193)Andreas Schwab1-0/+7
2022-05-23math: Add math-use-builtins-fabs (BZ#29027)Adhemerval Zanella3-5/+36