aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/dbl-64
AgeCommit message (Expand)Author
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
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-12-11Use GCC builtins for copysign functions if desired.Stefan Liebler
2019-12-11Use GCC builtins for round functions if desired.Stefan Liebler
2019-12-11Use GCC builtins for trunc functions if desired.Stefan Liebler
2019-12-11Use GCC builtins for ceil functions if desired.Stefan Liebler
2019-12-11Use GCC builtins for floor functions if desired.Stefan Liebler
2019-12-11Use GCC builtins for rint functions if desired.Stefan Liebler
2019-12-11Use GCC builtins for nearbyint functions if desired.Stefan Liebler
2019-12-11Always use wordsize-64 version of s_round.c.Stefan Liebler
2019-12-11Always use wordsize-64 version of s_trunc.c.Stefan Liebler
2019-12-11Always use wordsize-64 version of s_ceil.c.Stefan Liebler
2019-12-11Always use wordsize-64 version of s_floor.c.Stefan Liebler
2019-12-11Always use wordsize-64 version of s_rint.c.Stefan Liebler
2019-12-11Always use wordsize-64 version of s_nearbyint.c.Stefan Liebler
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-08-15Make totalorder and totalordermag functions take pointer arguments.Joseph Myers
2019-07-08math: Use wordsize-64 version for s_logbAdhemerval Zanella
2019-06-12math: Use wordsize-64 version for finiteAdhemerval Zanella
2019-06-12math: Use wordsize-64 version for isinfAdhemerval Zanella
2019-06-12math: Use wordsize-64 version for isnanAdhemerval Zanella
2019-02-06Avoid "inline" after return type in function definitions.Joseph Myers
2019-01-12Fix a few typos in commentsDmitry V. Levin
2019-01-04sysdeps/ieee754: prevent maybe-uninitialized errors with -O [BZ #19444]Martin Jansa
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-11-21Remove the error handling wrapper from powSzabolcs Nagy
2018-11-21Remove the error handling wrapper from log2Szabolcs Nagy