packaing: switch off build_html
[platform/upstream/glibc.git] / sysdeps / ieee754 / flt-32 /
2024-01-01 Paul EggertUpdate copyright dates with scripts/update-copyrights
2023-06-30 Joe Ramsayaarch64: Add vector implementations of cos routines
2023-04-17 Wilco Dijkstramath: Improve fmod(f) performance
2023-04-03 Adhemerval Zanella... math: Remove the error handling wrapper from fmod and...
2023-04-03 Adhemerval Zanella... math: Improve fmodf
2023-01-06 Joseph MyersUpdate copyright dates with scripts/update-copyrights
2022-11-29 Xiaolin TangUse GCC builtins for logb functions if desired.
2022-11-29 Xiaolin TangUse GCC builtins for llrint functions if desired.
2022-11-29 Xiaolin TangUse GCC builtins for lrint functions if desired.
2022-06-01 Adhemerval Zanellai686: Use generic sincosf implementation for SSE2 version
2022-06-01 Adhemerval Zanellai686: Use generic sinf implementation for SSE2 version
2022-06-01 Adhemerval Zanellai686: Use generic cosf implementation for SSE2 version
2022-01-10 Szabolcs Nagymath: Fix float conversion regressions with gcc-12...
2022-01-01 Paul EggertUpdate copyright dates with scripts/update-copyrights
2021-12-21 H.J. Lus_sincosf.h: Change pio4 type to float [BZ #28713]
2021-12-13 Adhemerval Zanellamath: Remove the error handling wrapper from hypot...
2021-12-13 Adhemerval Zanellamath: Simplify hypotf implementation
2021-10-05 Paul ZimmermannFixed inaccuracy of j0f (BZ #28185)
2021-09-03 Siddhesh PoyarekarRemove "Contributed by" lines
2021-06-27 Shen-Ta HsiehUse GCC builtins for roundeven functions if desired.
2021-06-27 Shen-Ta Hsiehmath: redirect roundeven function
2021-04-02 Paul ZimmermannFix the inaccuracy of j0f/j1f/y0f/y1f [BZ #14469, ...
2021-01-02 Paul EggertUpdate copyright dates with scripts/update-copyrights
2020-08-07 Paul Zimmermannmath: Fix inaccuracy of j0f for x >= 2^127 when sin...
2020-07-06 Joseph MyersUse C2x return value from getpayload of non-NaN (bug...
2020-06-19 Adhemerval ZanellaNew exp10f version without SVID compat wrapper
2020-06-19 Paul Zimmermannmath: Optimized generic exp10f with wrappers
2020-06-03 Vineet Guptaieee754: provide gcc builtins based generic sqrt functions
2020-02-14 Joseph MyersAdjust thresholds in Bessel function implementations...
2020-01-03 Wilco DijkstraAdd libm_alias_finite for _finite symbols
2020-01-01 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2019-12-11 Stefan LieblerAdjust s_ceilf.c and s_ceill.c regarding code style.
2019-12-11 Stefan LieblerAdjust s_floorf.c and s_floorl.c regarding code style.
2019-12-11 Stefan LieblerAdjust s_rintf.c and s_rintl.c regarding code style.
2019-12-11 Stefan LieblerAdjust s_nearbyintf.c and s_nearbyintl.c regarding...
2019-12-11 Stefan LieblerUse GCC builtins for copysign functions if desired.
2019-12-11 Stefan LieblerUse GCC builtins for round functions if desired.
2019-12-11 Stefan LieblerUse GCC builtins for trunc functions if desired.
2019-12-11 Stefan LieblerUse GCC builtins for ceil functions if desired.
2019-12-11 Stefan LieblerUse GCC builtins for floor functions if desired.
2019-12-11 Stefan LieblerUse GCC builtins for rint functions if desired.
2019-12-11 Stefan LieblerUse GCC builtins for nearbyint functions if desired.
2019-11-22 Paul A. ClarkeRemove duplicate inline implementation of issignalingf
2019-09-07 Paul EggertPrefer https to http for gnu.org and fsf.org URLs
2019-08-15 Joseph MyersMake totalorder and totalordermag functions take pointe...
2019-01-01 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2018-12-26 H.J. Lux86-64: Vectorize sincosf_poly and update s_sincosf...
2018-12-11 Szabolcs NagyFix powf overflow handling in non-nearest rounding...
2018-09-28 Joseph MyersRemove unnecessary math_private.h includes.
2018-09-27 Joseph MyersUse copysign functions not __copysign functions in...
2018-09-27 Joseph MyersUse round functions not __round functions in glibc...
2018-09-20 Joseph MyersUse trunc functions not __trunc functions in glibc...
2018-09-19 Szabolcs NagyFix the documentation comment of checkint in powf
2018-09-17 Joseph MyersUse ceil functions not __ceil functions in glibc libm.
2018-09-14 Joseph MyersUse rint functions not __rint functions in glibc libm.
2018-09-14 Joseph MyersUse floor functions not __floor functions in glibc...
2018-09-04 Joseph MyersMove fenv.h soft-float inlines from fenv_private.h...
2018-09-03 Joseph MyersDo not include fenv_private.h in math_private.h.
2018-08-24 Wilco DijkstraRemove unused math files
2018-08-23 Wilco DijkstraSpeedup tanf range reduction
2018-08-15 Wilco DijkstraUse generic sinf/cosf in lgammaf_r
2018-08-14 Wilco DijkstraImprove performance of sinf and cosf
2018-08-10 Wilco DijkstraImprove performance of sincosf
2018-08-10 Szabolcs NagyClean up converttoint handling and document the semantics
2018-07-02 Szabolcs NagyUse uint32_t sign in single precision math error handli...
2018-05-22 Joseph MyersFix i686-linux-gnu build with GCC mainline.
2018-05-11 Joseph MyersDo not include math-barriers.h in math_private.h.
2018-05-10 Joseph MyersMove math_check_force_underflow macros to separate...
2018-05-09 Joseph MyersMove math_narrow_eval to separate math-narrow-eval.h.
2018-03-15 Wilco DijkstraRename all __ieee754_sqrt(f/l) calls to sqrt(f/l)
2018-02-01 Carlos O'DonellFix -Os log1p, log1pf build (bug 21314).
2018-01-01 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2017-12-16 Rajalakshmi Sriniv... New generic sincosf
2017-12-11 Paul ClarkeNew generic cosf
2017-12-05 Adhemerval Zanellamath: Use sign as double for reduced case in sinf
2017-12-05 Szabolcs Nagy[PATCH] fix sinf(NAN)
2017-12-05 H.J. Lus_sinf.c: Replace floor with simple casts
2017-12-04 Joseph MyersUse __floor not floor in sinf.
2017-12-04 Rajalakshmi Sriniv... New generic sinf
2017-10-10 Joseph MyersAdd libm_alias_*_other_r macros.
2017-10-04 Szabolcs Nagy[BZ #22244] Fix yn(n,0) without SVID wrapper
2017-10-02 Szabolcs NagyDo not wrap logf, log2f and powf
2017-10-02 Szabolcs NagyDo not wrap expf and exp2f
2017-09-29 Wilco DijkstraUse fabs(f/l) rather than __fabs
2017-09-29 Szabolcs NagyNew generic powf
2017-09-29 Szabolcs NagyNew generic log2f
2017-09-29 Szabolcs NagyNew generic logf
2017-09-28 Joseph MyersFix nearbyint arithmetic moved before feholdexcept...
2017-09-25 Szabolcs NagyOptimized generic expf and exp2f with wrappers
2017-09-22 Joseph MyersUse libm_alias_float in flt-32.
2017-09-14 Joseph MyersMake more libm functions into weak aliases.
2017-09-13 Szabolcs NagyMove exp compat wrappers under math/
2017-09-05 Joseph MyersPrefer new libm function wrappers for !LIBM_SVID_COMPAT.
2017-08-21 Joseph MyersObsolete matherr, _LIB_VERSION, libieee.a.
2017-08-03 Joseph MyersConsistently use uintN_t not u_intN_t in libm.
2017-06-23 Paul ClarkeOptimized version of powf()
2017-03-15 Joseph MyersImprove float range reduction accuracy near pi/2 (bug...
2017-03-02 Zack WeinbergNarrowing the visibility of libc-internal.h even further.
2017-02-17 Tulio Magno Quites... Fix lgamma*, log10* and log2* results [BZ #21171]
2017-02-15 Gabriel F. T. GomesFix y0 and y1 exception handling for zero input [BZ...
next