about summary refs log tree commit diff
path: root/sysdeps/ieee754/flt-32
Commit message (Expand)AuthorAgeFilesLines
* math: Fix log10f on some ABIsAdhemerval Zanella7 days1-3/+2
* math: Fix incorrect results of exp10m1f with some GCC versionsFlorian Weimer8 days2-2/+2
* x86_64: Add exp2m1f with FMAAdhemerval Zanella13 days1-0/+2
* x86_64: Add exp10m1f with FMAAdhemerval Zanella13 days1-0/+2
* math: Use log10p1f from CORE-MATHAdhemerval Zanella13 days1-0/+182
* math: Use log1pf from CORE-MATHAdhemerval Zanella13 days2-103/+169
* math: Use log2p1f from CORE-MATHAdhemerval Zanella13 days1-0/+248
* math: Use log10f from CORE-MATHAdhemerval Zanella13 days1-44/+152
* math: Use expm1f from CORE-MATHAdhemerval Zanella13 days2-121/+113
* math: Use exp2m1f from CORE-MATHAdhemerval Zanella13 days1-0/+192
* math: Use exp10m1f from CORE-MATHAdhemerval Zanella13 days1-0/+225
* math: Add e_gammaf_r to glibc code and styleAdhemerval Zanella13 days1-77/+103
* replace tgammaf by the CORE-MATH implementationPaul Zimmermann2024-10-111-193/+128
* math: Improve layout of expf dataWilco Dijkstra2024-10-011-1/+1
* 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