about summary refs log tree commit diff
path: root/sysdeps/ieee754
Commit message (Expand)AuthorAgeFilesLines
* Implement C23 log2p1Joseph Myers15 hours3-1/+14
* nearbyint: Don't define alias when used in IFUNC [BZ #31759]H.J. Lu16 hours2-0/+4
* Rename c2x / gnu2x tests to c23 / gnu23Joseph Myers2024-02-0114-24/+24
* Refer to C23 in place of C2X in glibcJoseph Myers2024-02-012-8/+12
* math: remove exp10 wrappersWilco Dijkstra2024-01-122-3/+11
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-01506-506/+506
* math: Add new exp10 implementationJoe Ramsay2023-12-043-24/+135
* Avoid maybe-uninitialized warning in __kernel_rem_pio2Andreas Schwab2023-10-161-9/+5
* x86_64: Add log1p with FMAH.J. Lu2023-08-211-0/+5
* x86_64: Add expm1 with FMAH.J. Lu2023-08-141-0/+7
* configure: Use autoconf 2.71Siddhesh Poyarekar2023-07-171-11/+14
* sysdeps/ieee754/ldbl-128ibm-compat: Fix warn unused resultFrédéric Bérat2023-07-052-14/+17
* misc/bits/syslog.h: Clearly separate declaration from definitionFrédéric Bérat2023-07-051-0/+1
* stdio: Ensure *_chk routines have their hidden builtin definition availableFrédéric Bérat2023-07-054-0/+4
* sysdeps: Ensure ieee128*_chk routines to be properly namedFrédéric Bérat2023-07-0519-40/+40
* Exclude routines from fortificationFrédéric Bérat2023-07-052-16/+94
* aarch64: Add vector implementations of cos routinesJoe Ramsay2023-06-302-5/+0
* Fix misspellings in sysdeps/ -- BZ 25337Paul Pluzhnikov2023-05-304-4/+4
* Added Redirects to longdouble error functions [BZ #29033]Sachin Monga2023-05-102-0/+6
* math: Improve fmod(f) performanceWilco Dijkstra2023-04-172-77/+101
* math: Remove the error handling wrapper from fmod and fmodfAdhemerval Zanella Netto2023-04-038-7/+53
* math: Improve fmodfAdhemerval Zanella Netto2023-04-032-93/+187
* math: Improve fmodAdhemerval Zanella Netto2023-04-032-96/+208
* Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functionsAdhemerval Zanella Netto2023-03-272-0/+23
* C2x scanf binary constant handlingJoseph Myers2023-03-0254-2/+931
* math: Suppress -O0 warnings for soft-fp fsqrt [BZ #19444]Adhemerval Zanella2023-01-111-0/+11
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-06491-491/+491
* Fix ldbl-128 built-in function useJoseph Myers2023-01-053-2/+6
* stdio-common: Convert vfprintf and related functions to buffersFlorian Weimer2022-12-193-76/+18
* Use GCC builtins for logb functions if desired.Xiaolin Tang2022-11-294-0/+18
* Use GCC builtins for llrint functions if desired.Xiaolin Tang2022-11-294-17/+38
* Use GCC builtins for lrint functions if desired.Xiaolin Tang2022-11-294-17/+38
* Fix build with GCC 13 _FloatN, _FloatNx built-in functionsJoseph Myers2022-10-313-0/+380
* Avoid undefined behaviour in ibm128 implementation of llroundl (BZ #29488)Aurelien Jarno2022-10-241-12/+9
* Fix BZ #29463 in the ibm128 implementation of y1l tooMichael Hudson-Doyle2022-10-241-0/+3
* math: Fix asin and acos invalid exception with old gccSzabolcs Nagy2022-10-171-16/+2
* Update _FloatN header support for C++ in GCC 13Joseph Myers2022-09-281-3/+3
* Ensure calculations happen with desired rounding mode in y1lf128Michael Hudson-Doyle2022-08-181-0/+3
* i686: Use generic sincosf implementation for SSE2 versionAdhemerval Zanella2022-06-011-0/+5
* i686: Use generic sinf implementation for SSE2 versionAdhemerval Zanella2022-06-011-0/+5
* i686: Use generic cosf implementation for SSE2 versionAdhemerval Zanella2022-06-011-0/+5
* x86_64: Optimize sincos where sin/cos is optimized (bug 29193)Andreas Schwab2022-06-011-0/+7
* math: Add math-use-builtins-fabs (BZ#29027)Adhemerval Zanella2022-05-233-5/+36
* math: Use builtin for ldbl-96 copysignAdhemerval Zanella2022-04-071-7/+3
* math: Fix float conversion regressions with gcc-12 [BZ #28713]Szabolcs Nagy2022-01-106-16/+16
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-01490-490/+490
* s_sincosf.h: Change pio4 type to float [BZ #28713]H.J. Lu2021-12-211-1/+1
* sysdeps: Simplify sin Taylor Series calculationAkila Welihinda2021-12-131-5/+5
* math: Remove the error handling wrapper from hypot and hypotfAdhemerval Zanella2021-12-134-9/+39
* math: Use fmin/fmax on hypotWilco Dijkstra2021-12-131-2/+3