aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/dbl-64
AgeCommit message (Expand)Author
2024-01-12math: remove exp10 wrappersWilco Dijkstra
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2023-12-04math: Add new exp10 implementationJoe Ramsay
2023-10-16Avoid maybe-uninitialized warning in __kernel_rem_pio2Andreas Schwab
2023-08-21x86_64: Add log1p with FMAH.J. Lu
2023-08-14x86_64: Add expm1 with FMAH.J. Lu
2023-06-30aarch64: Add vector implementations of cos routinesJoe Ramsay
2023-05-30Fix misspellings in sysdeps/ -- BZ 25337Paul Pluzhnikov
2023-04-17math: Improve fmod(f) performanceWilco Dijkstra
2023-04-03math: Remove the error handling wrapper from fmod and fmodfAdhemerval Zanella Netto
2023-04-03math: Improve fmodAdhemerval Zanella Netto
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers
2022-11-29Use GCC builtins for logb functions if desired.Xiaolin Tang
2022-11-29Use GCC builtins for llrint functions if desired.Xiaolin Tang
2022-11-29Use GCC builtins for lrint functions if desired.Xiaolin Tang
2022-10-17math: Fix asin and acos invalid exception with old gccSzabolcs Nagy
2022-06-01x86_64: Optimize sincos where sin/cos is optimized (bug 29193)Andreas Schwab
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2021-12-13sysdeps: Simplify sin Taylor Series calculationAkila Welihinda
2021-12-13math: Remove the error handling wrapper from hypot and hypotfAdhemerval Zanella
2021-12-13math: Use fmin/fmax on hypotWilco Dijkstra
2021-12-13math: Improve hypot performance with FMAWilco Dijkstra
2021-12-13math: Use an improved algorithm for hypot (dbl-64)Wilco Dijkstra
2021-09-22Add narrowing fma functionsJoseph Myers
2021-09-21Fix f64xdivf128, f64xmulf128 spurious underflows (bug 28358)Joseph Myers
2021-09-15Redirect fma calls to __fma in libmJoseph Myers
2021-09-10Add narrowing square root functionsJoseph Myers
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar
2021-06-27Use GCC builtins for roundeven functions if desired.Shen-Ta Hsieh
2021-06-27math: redirect roundeven functionShen-Ta Hsieh
2021-04-07Improve the accuracy of tgamma (BZ #26983)Paul Zimmermann
2021-03-11math: Remove mpa files (part 2) [BZ #15267]Wilco Dijkstra
2021-03-11math: Remove mpa files [BZ #15267]Wilco Dijkstra
2021-03-11math: Remove slow paths from atan2 [BZ #15267]Wilco Dijkstra
2021-03-11math: Remove slow paths from atan [BZ #15267]Wilco Dijkstra
2021-03-11math: Remove slow paths in tan [BZ #15267]Wilco Dijkstra
2021-03-11math: Remove slow paths from asin and acos [BZ #15267]Wilco Dijkstra
2021-01-11math: Add BZ#18980 fix back on dbl-64 coshAdhemerval Zanella
2021-01-07Remove dbl-64/wordsize-64 (part 2)Wilco Dijkstra
2021-01-07Remove dbl-64/wordsize-64Wilco Dijkstra
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-12-18ieee754: Remove unused __sin32 and __cos32Anssi Hannula
2020-12-18ieee754: Remove slow paths from asin and acosAnssi Hannula
2020-07-06Use C2x return value from getpayload of non-NaN (bug 26073).Joseph Myers
2020-06-15ieee754/dbl-64: Reduce the scope of temporary storage variablesVineet Gupta
2020-06-03ieee754: provide gcc builtins based generic fma functionsVineet Gupta
2020-06-03ieee754: provide gcc builtins based generic sqrt functionsVineet Gupta
2020-02-07Remove a comment claiming that sin/cos round correctly.Wilco Dijkstra
2020-01-17Fix maybe-uninitialized error on powerpcMatheus Castanho
2020-01-03Add libm_alias_finite for _finite symbolsWilco Dijkstra