about summary refs log tree commit diff
path: root/sysdeps/ieee754/flt-32
Commit message (Expand)AuthorAgeFilesLines
* nearbyint: Don't define alias when used in IFUNC [BZ #31759]H.J. Lu2024-05-201-0/+2
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-0143-43/+43
* aarch64: Add vector implementations of cos routinesJoe Ramsay2023-06-301-2/+0
* math: Improve fmod(f) performanceWilco Dijkstra2023-04-171-38/+50
* math: Remove the error handling wrapper from fmod and fmodfAdhemerval Zanella Netto2023-04-034-3/+25
* math: Improve fmodfAdhemerval Zanella Netto2023-04-032-93/+187
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-0642-42/+42
* Use GCC builtins for logb functions if desired.Xiaolin Tang2022-11-291-0/+5
* Use GCC builtins for llrint functions if desired.Xiaolin Tang2022-11-291-6/+12
* Use GCC builtins for lrint functions if desired.Xiaolin Tang2022-11-291-6/+12
* i686: Use generic sincosf implementation for SSE2 versionAdhemerval Zanella2022-06-011-0/+5
* i686: Use generic sinf implementation for SSE2 versionAdhemerval Zanella2022-06-011-0/+5
* i686: Use generic cosf implementation for SSE2 versionAdhemerval Zanella2022-06-011-0/+5
* 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-0142-42/+42
* s_sincosf.h: Change pio4 type to float [BZ #28713]H.J. Lu2021-12-211-1/+1
* math: Remove the error handling wrapper from hypot and hypotfAdhemerval Zanella2021-12-132-5/+17
* math: Simplify hypotf implementationAdhemerval Zanella2021-12-132-35/+37
* Fixed inaccuracy of j0f (BZ #28185)Paul Zimmermann2021-10-051-3/+3
* Remove "Contributed by" linesSiddhesh Poyarekar2021-09-0351-54/+0
* Use GCC builtins for roundeven functions if desired.Shen-Ta Hsieh2021-06-271-0/+5
* math: redirect roundeven functionShen-Ta Hsieh2021-06-271-0/+3
* Fix the inaccuracy of j0f/j1f/y0f/y1f [BZ #14469, #14470, #14471, #14472]Paul Zimmermann2021-04-023-70/+1021
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-0240-40/+40
* 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-061-0/+3
* New exp10f version without SVID compat wrapperAdhemerval Zanella2020-06-191-1/+15
* math: Optimized generic exp10f with wrappersPaul Zimmermann2020-06-192-1/+199
* ieee754: provide gcc builtins based generic sqrt functionsVineet Gupta2020-06-031-6/+10
* Adjust thresholds in Bessel function implementations (bug 14469).Joseph Myers2020-02-142-4/+4
* Add libm_alias_finite for _finite symbolsWilco Dijkstra2020-01-0322-30/+51
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-0139-39/+39
* Adjust s_ceilf.c and s_ceill.c regarding code style.Stefan Liebler2019-12-111-21/+33
* Adjust s_floorf.c and s_floorl.c regarding code style.Stefan Liebler2019-12-111-22/+33
* Adjust s_rintf.c and s_rintl.c regarding code style.Stefan Liebler2019-12-111-19/+25
* Adjust s_nearbyintf.c and s_nearbyintl.c regarding code style.Stefan Liebler2019-12-111-27/+33
* Use GCC builtins for copysign functions if desired.Stefan Liebler2019-12-111-8/+4
* Use GCC builtins for round functions if desired.Stefan Liebler2019-12-111-0/+6
* Use GCC builtins for trunc functions if desired.Stefan Liebler2019-12-111-0/+6
* Use GCC builtins for ceil functions if desired.Stefan Liebler2019-12-111-1/+6
* Use GCC builtins for floor functions if desired.Stefan Liebler2019-12-111-0/+6
* Use GCC builtins for rint functions if desired.Stefan Liebler2019-12-111-6/+11
* Use GCC builtins for nearbyint functions if desired.Stefan Liebler2019-12-111-6/+11
* Remove duplicate inline implementation of issignalingfPaul A. Clarke2019-11-222-11/+2
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-0740-40/+40
* Make totalorder and totalordermag functions take pointer arguments.Joseph Myers2019-08-152-6/+60
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-0139-39/+39
* x86-64: Vectorize sincosf_poly and update s_sincosf-fma.cH.J. Lu2018-12-262-70/+88
* Fix powf overflow handling in non-nearest rounding mode [BZ #23961]Szabolcs Nagy2018-12-111-0/+12
* Remove unnecessary math_private.h includes.Joseph Myers2018-09-281-1/+0