aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/flt-32
AgeCommit message (Expand)AuthorFilesLines
2024-05-20nearbyint: Don't define alias when used in IFUNC [BZ #31759]H.J. Lu1-0/+2
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert43-43/+43
2023-06-30aarch64: Add vector implementations of cos routinesJoe Ramsay1-2/+0
2023-04-17math: Improve fmod(f) performanceWilco Dijkstra1-38/+50
2023-04-03math: Remove the error handling wrapper from fmod and fmodfAdhemerval Zanella Netto4-3/+25
2023-04-03math: Improve fmodfAdhemerval Zanella Netto2-93/+187
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers42-42/+42
2022-11-29Use GCC builtins for logb functions if desired.Xiaolin Tang1-0/+5
2022-11-29Use GCC builtins for llrint functions if desired.Xiaolin Tang1-6/+12
2022-11-29Use GCC builtins for lrint functions if desired.Xiaolin Tang1-6/+12
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-01-10math: Fix float conversion regressions with gcc-12 [BZ #28713]Szabolcs Nagy6-16/+16
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert42-42/+42
2021-12-21s_sincosf.h: Change pio4 type to float [BZ #28713]H.J. Lu1-1/+1
2021-12-13math: Remove the error handling wrapper from hypot and hypotfAdhemerval Zanella2-5/+17
2021-12-13math: Simplify hypotf implementationAdhemerval Zanella2-35/+37
2021-10-05Fixed inaccuracy of j0f (BZ #28185)Paul Zimmermann1-3/+3
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar51-54/+0
2021-06-27Use GCC builtins for roundeven functions if desired.Shen-Ta Hsieh1-0/+5
2021-06-27math: redirect roundeven functionShen-Ta Hsieh1-0/+3
2021-04-02Fix the inaccuracy of j0f/j1f/y0f/y1f [BZ #14469, #14470, #14471, #14472]Paul Zimmermann3-70/+1021
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert40-40/+40
2020-08-07math: Fix inaccuracy of j0f for x >= 2^127 when sin(x)+cos(x) is tinyPaul Zimmermann1-1/+16
2020-07-06Use C2x return value from getpayload of non-NaN (bug 26073).Joseph Myers1-0/+3
2020-06-19New exp10f version without SVID compat wrapperAdhemerval Zanella1-1/+15
2020-06-19math: Optimized generic exp10f with wrappersPaul Zimmermann2-1/+199
2020-06-03ieee754: provide gcc builtins based generic sqrt functionsVineet Gupta1-6/+10
2020-02-14Adjust thresholds in Bessel function implementations (bug 14469).Joseph Myers2-4/+4
2020-01-03Add libm_alias_finite for _finite symbolsWilco Dijkstra22-30/+51
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers39-39/+39
2019-12-11Adjust s_ceilf.c and s_ceill.c regarding code style.Stefan Liebler1-21/+33
2019-12-11Adjust s_floorf.c and s_floorl.c regarding code style.Stefan Liebler1-22/+33
2019-12-11Adjust s_rintf.c and s_rintl.c regarding code style.Stefan Liebler1-19/+25
2019-12-11Adjust s_nearbyintf.c and s_nearbyintl.c regarding code style.Stefan Liebler1-27/+33
2019-12-11Use GCC builtins for copysign functions if desired.Stefan Liebler1-8/+4
2019-12-11Use GCC builtins for round functions if desired.Stefan Liebler1-0/+6
2019-12-11Use GCC builtins for trunc functions if desired.Stefan Liebler1-0/+6
2019-12-11Use GCC builtins for ceil functions if desired.Stefan Liebler1-1/+6
2019-12-11Use GCC builtins for floor functions if desired.Stefan Liebler1-0/+6
2019-12-11Use GCC builtins for rint functions if desired.Stefan Liebler1-6/+11
2019-12-11Use GCC builtins for nearbyint functions if desired.Stefan Liebler1-6/+11
2019-11-22Remove duplicate inline implementation of issignalingfPaul A. Clarke2-11/+2
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert40-40/+40
2019-08-15Make totalorder and totalordermag functions take pointer arguments.Joseph Myers2-6/+60
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers39-39/+39
2018-12-26x86-64: Vectorize sincosf_poly and update s_sincosf-fma.cH.J. Lu2-70/+88
2018-12-11Fix powf overflow handling in non-nearest rounding mode [BZ #23961]Szabolcs Nagy1-0/+12
2018-09-28Remove unnecessary math_private.h includes.Joseph Myers1-1/+0