packaing: switch off build_html
[platform/upstream/glibc.git] / sysdeps / ieee754 / dbl-64 /
2024-01-12 Wilco Dijkstramath: remove exp10 wrappers
2024-01-01 Paul EggertUpdate copyright dates with scripts/update-copyrights
2023-12-04 Joe Ramsaymath: Add new exp10 implementation
2023-10-16 Andreas SchwabAvoid maybe-uninitialized warning in __kernel_rem_pio2
2023-08-21 H.J. Lux86_64: Add log1p with FMA
2023-08-14 H.J. Lux86_64: Add expm1 with FMA
2023-06-30 Joe Ramsayaarch64: Add vector implementations of cos routines
2023-05-30 Paul PluzhnikovFix misspellings in sysdeps/ -- BZ 25337
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 fmod
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-10-17 Szabolcs Nagymath: Fix asin and acos invalid exception with old gcc
2022-06-01 Andreas Schwabx86_64: Optimize sincos where sin/cos is optimized...
2022-01-01 Paul EggertUpdate copyright dates with scripts/update-copyrights
2021-12-13 Akila Welihindasysdeps: Simplify sin Taylor Series calculation
2021-12-13 Adhemerval Zanellamath: Remove the error handling wrapper from hypot...
2021-12-13 Wilco Dijkstramath: Use fmin/fmax on hypot
2021-12-13 Wilco Dijkstramath: Improve hypot performance with FMA
2021-12-13 Wilco Dijkstramath: Use an improved algorithm for hypot (dbl-64)
2021-09-22 Joseph MyersAdd narrowing fma functions
2021-09-21 Joseph MyersFix f64xdivf128, f64xmulf128 spurious underflows (bug...
2021-09-15 Joseph MyersRedirect fma calls to __fma in libm
2021-09-10 Joseph MyersAdd narrowing square root functions
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-07 Paul ZimmermannImprove the accuracy of tgamma (BZ #26983)
2021-03-11 Wilco Dijkstramath: Remove mpa files (part 2) [BZ #15267]
2021-03-11 Wilco Dijkstramath: Remove mpa files [BZ #15267]
2021-03-11 Wilco Dijkstramath: Remove slow paths from atan2 [BZ #15267]
2021-03-11 Wilco Dijkstramath: Remove slow paths from atan [BZ #15267]
2021-03-11 Wilco Dijkstramath: Remove slow paths in tan [BZ #15267]
2021-03-11 Wilco Dijkstramath: Remove slow paths from asin and acos [BZ #15267]
2021-01-11 Adhemerval Zanellamath: Add BZ#18980 fix back on dbl-64 cosh
2021-01-07 Wilco DijkstraRemove dbl-64/wordsize-64 (part 2)
2021-01-07 Wilco DijkstraRemove dbl-64/wordsize-64
2021-01-02 Paul EggertUpdate copyright dates with scripts/update-copyrights
2020-12-18 Anssi Hannulaieee754: Remove unused __sin32 and __cos32
2020-12-18 Anssi Hannulaieee754: Remove slow paths from asin and acos
2020-07-06 Joseph MyersUse C2x return value from getpayload of non-NaN (bug...
2020-06-15 Vineet Guptaieee754/dbl-64: Reduce the scope of temporary storage...
2020-06-03 Vineet Guptaieee754: provide gcc builtins based generic fma functions
2020-06-03 Vineet Guptaieee754: provide gcc builtins based generic sqrt functions
2020-02-07 Wilco DijkstraRemove a comment claiming that sin/cos round correctly.
2020-01-18 Matheus CastanhoFix maybe-uninitialized error on powerpc
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 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-12-11 Stefan LieblerAlways use wordsize-64 version of s_round.c.
2019-12-11 Stefan LieblerAlways use wordsize-64 version of s_trunc.c.
2019-12-11 Stefan LieblerAlways use wordsize-64 version of s_ceil.c.
2019-12-11 Stefan LieblerAlways use wordsize-64 version of s_floor.c.
2019-12-11 Stefan LieblerAlways use wordsize-64 version of s_rint.c.
2019-12-11 Stefan LieblerAlways use wordsize-64 version of s_nearbyint.c.
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-07-08 Adhemerval Zanellamath: Use wordsize-64 version for s_logb
2019-06-12 Adhemerval Zanellamath: Use wordsize-64 version for finite
2019-06-12 Adhemerval Zanellamath: Use wordsize-64 version for isinf
2019-06-12 Adhemerval Zanellamath: Use wordsize-64 version for isnan
2019-02-06 Joseph MyersAvoid "inline" after return type in function definitions.
2019-01-12 Dmitry V. LevinFix a few typos in comments
2019-01-04 Martin Jansasysdeps/ieee754: prevent maybe-uninitialized errors...
2019-01-01 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2018-11-21 Szabolcs NagyRemove the error handling wrapper from pow
2018-11-21 Szabolcs NagyRemove the error handling wrapper from log2
2018-11-21 Szabolcs NagyRemove the error handling wrapper from log
2018-11-21 Szabolcs NagyRemove the error handling wrapper from exp and exp2
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 NagyAdd new pow implementation
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-12 Szabolcs NagyAdd new log2 implementation
2018-09-12 Szabolcs NagyAdd new log implementation
2018-09-05 Szabolcs NagyAdd new exp and exp2 implementations
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-05-22 Joseph MyersFix i686-linux-gnu build with GCC mainline.
2018-05-17 Joseph MyersAdd narrowing divide functions.
2018-05-16 Joseph MyersAdd narrowing multiply functions.
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-04-15 Patrick McGeheartyImproves __ieee754_exp(x) performance by 18-37% when...
2018-04-03 Wilco Dijkstra[PATCH 7/7] sin/cos slow paths: refactor sincos impleme...
next