about summary refs log tree commit diff
path: root/sysdeps/ieee754
Commit message (Expand)AuthorAgeFilesLines
* 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
* Ensure calculations happen with desired rounding mode in y1lf128Michael Hudson-Doyle2022-10-091-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
* math: Use an improved algorithm for hypotl (ldbl-128)Adhemerval Zanella2021-12-131-130/+96
* math: Use an improved algorithm for hypotl (ldbl-96)Adhemerval Zanella2021-12-131-133/+98
* math: Improve hypot performance with FMAWilco Dijkstra2021-12-131-1/+16
* math: Use an improved algorithm for hypot (dbl-64)Wilco Dijkstra2021-12-131-143/+92
* math: Simplify hypotf implementationAdhemerval Zanella2021-12-132-35/+37
* Fixed inaccuracy of j0f (BZ #28185)Paul Zimmermann2021-10-051-3/+3
* Add fmaximum, fminimum functionsJoseph Myers2021-09-2810-1/+227
* powerpc64le: Avoid conflicting types for f64xfmaf128 when IFUNC is not usedTulio Magno Quites Machado Filho2021-09-231-0/+2
* Add narrowing fma functionsJoseph Myers2021-09-2226-1/+598
* Fix f64xdivf128, f64xmulf128 spurious underflows (bug 28358)Joseph Myers2021-09-2112-12/+16
* Redirect fma calls to __fma in libmJoseph Myers2021-09-1511-0/+11
* Add narrowing square root functionsJoseph Myers2021-09-1020-1/+523
* Remove "Contributed by" linesSiddhesh Poyarekar2021-09-03201-247/+0
* Update math: redirect roundeven functionH.J. Lu2021-06-271-0/+1
* Use GCC builtins for roundeven functions if desired.Shen-Ta Hsieh2021-06-274-0/+17
* math: redirect roundeven functionShen-Ta Hsieh2021-06-275-1/+9
* configure: Replaced obsolete AC_TRY_COMPILENaohiro Tamura2021-06-041-4/+4
* stdio-common: Remove _IO_vfwscanfFlorian Weimer2021-06-011-1/+0
* add workload traces for cbrtlPaul Zimmermann2021-05-101-0/+3
* Improve the accuracy of tgamma (BZ #26983)Paul Zimmermann2021-04-071-11/+26
* Fix the inaccuracy of j0f/j1f/y0f/y1f [BZ #14469, #14470, #14471, #14472]Paul Zimmermann2021-04-023-70/+1021
* Move __isnanf128 to libc.soSiddhesh Poyarekar2021-03-303-1/+24
* math: Remove mpa files (part 2) [BZ #15267]Wilco Dijkstra2021-03-1115-2452/+0
* math: Remove mpa files [BZ #15267]Wilco Dijkstra2021-03-115-7823/+0
* math: Remove slow paths from atan2 [BZ #15267]Wilco Dijkstra2021-03-112-294/+40
* math: Remove slow paths from atan [BZ #15267]Wilco Dijkstra2021-03-113-181/+27
* math: Remove slow paths in tan [BZ #15267]Wilco Dijkstra2021-03-115-708/+81
* math: Remove slow paths from asin and acos [BZ #15267]Wilco Dijkstra2021-03-111-298/+43
* math: Add BZ#18980 fix back on dbl-64 coshAdhemerval Zanella2021-01-111-1/+2
* Remove dbl-64/wordsize-64 (part 2)Wilco Dijkstra2021-01-0734-1837/+422
* Remove dbl-64/wordsize-64Wilco Dijkstra2021-01-074-4/+31
* Drop nan-pseudo-number.h usage from testsSiddhesh Poyarekar2021-01-041-3/+1
* Move generic nan-pseudo-number.h to ldbl-96Siddhesh Poyarekar2021-01-041-0/+31
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-02475-475/+475
* x86 long double: Consider pseudo numbers as signalingSiddhesh Poyarekar2020-12-301-3/+8