aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ieee754
AgeCommit message (Expand)AuthorFilesLines
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
2022-04-07math: Use builtin for ldbl-96 copysignAdhemerval Zanella1-7/+3
2022-01-10math: Fix float conversion regressions with gcc-12 [BZ #28713]Szabolcs Nagy6-16/+16
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert490-490/+490
2021-12-21s_sincosf.h: Change pio4 type to float [BZ #28713]H.J. Lu1-1/+1
2021-12-13sysdeps: Simplify sin Taylor Series calculationAkila Welihinda1-5/+5
2021-12-13math: Remove the error handling wrapper from hypot and hypotfAdhemerval Zanella4-9/+39
2021-12-13math: Use fmin/fmax on hypotWilco Dijkstra1-2/+3
2021-12-13math: Use an improved algorithm for hypotl (ldbl-128)Adhemerval Zanella1-130/+96
2021-12-13math: Use an improved algorithm for hypotl (ldbl-96)Adhemerval Zanella1-133/+98
2021-12-13math: Improve hypot performance with FMAWilco Dijkstra1-1/+16
2021-12-13math: Use an improved algorithm for hypot (dbl-64)Wilco Dijkstra1-143/+92
2021-12-13math: Simplify hypotf implementationAdhemerval Zanella2-35/+37
2021-10-05Fixed inaccuracy of j0f (BZ #28185)Paul Zimmermann1-3/+3
2021-09-28Add fmaximum, fminimum functionsJoseph Myers10-1/+227
2021-09-23powerpc64le: Avoid conflicting types for f64xfmaf128 when IFUNC is not usedTulio Magno Quites Machado Filho1-0/+2
2021-09-22Add narrowing fma functionsJoseph Myers26-1/+598
2021-09-21Fix f64xdivf128, f64xmulf128 spurious underflows (bug 28358)Joseph Myers12-12/+16
2021-09-15Redirect fma calls to __fma in libmJoseph Myers11-0/+11
2021-09-10Add narrowing square root functionsJoseph Myers20-1/+523
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar201-247/+0
2021-06-27Update math: redirect roundeven functionH.J. Lu1-0/+1
2021-06-27Use GCC builtins for roundeven functions if desired.Shen-Ta Hsieh4-0/+17
2021-06-27math: redirect roundeven functionShen-Ta Hsieh5-1/+9
2021-06-04configure: Replaced obsolete AC_TRY_COMPILENaohiro Tamura1-4/+4
2021-06-01stdio-common: Remove _IO_vfwscanfFlorian Weimer1-1/+0
2021-05-10add workload traces for cbrtlPaul Zimmermann1-0/+3
2021-04-07Improve the accuracy of tgamma (BZ #26983)Paul Zimmermann1-11/+26
2021-04-02Fix the inaccuracy of j0f/j1f/y0f/y1f [BZ #14469, #14470, #14471, #14472]Paul Zimmermann3-70/+1021
2021-03-30Move __isnanf128 to libc.soSiddhesh Poyarekar3-1/+24
2021-03-11math: Remove mpa files (part 2) [BZ #15267]Wilco Dijkstra15-2452/+0
2021-03-11math: Remove mpa files [BZ #15267]Wilco Dijkstra5-7823/+0
2021-03-11math: Remove slow paths from atan2 [BZ #15267]Wilco Dijkstra2-294/+40
2021-03-11math: Remove slow paths from atan [BZ #15267]Wilco Dijkstra3-181/+27