about summary refs log tree commit diff
path: root/sysdeps/ieee754
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* ieee754: Remove unused __sin32 and __cos32Anssi Hannula2020-12-181-62/+0
* ieee754: Remove slow paths from asin and acosAnssi Hannula2020-12-181-61/+15
* Remove tls.h inclusion from internal errno.hAdhemerval Zanella2020-11-131-3/+0
* math: Fix inaccuracy of j0f for x >= 2^127 when sin(x)+cos(x) is tinyPaul Zimmermann2020-08-071-1/+16
* Use C2x return value from getpayload of non-NaN (bug 26073).Joseph Myers2020-07-066-0/+18
* New exp10f version without SVID compat wrapperAdhemerval Zanella2020-06-191-1/+15
* math: Optimized generic exp10f with wrappersPaul Zimmermann2020-06-192-1/+199