packaing: switch off build_html
[platform/upstream/glibc.git] / sysdeps / m68k / m680x0 /
2024-01-12 Wilco Dijkstramath: remove exp10 wrappers
2024-01-01 Paul EggertUpdate copyright dates with scripts/update-copyrights
2023-08-25 Adhemerval Zanellam68k: Use M68K_SCALE_AVAILABLE on __mpn_lshift and...
2023-08-25 Adhemerval Zanellam68k: Fix build with -mcpu=68040 or higher (BZ 30740)
2023-08-21 Andreas SchwabRemove references to the defunct db2 subdir
2023-08-17 Andreas Schwabm68k: fix __mpn_lshift and __mpn_rshift for non-68020
2023-04-03 Adhemerval Zanella... math: Remove the error handling wrapper from fmod and...
2023-02-17 Adhemerval Zanellastring: Remove string_private.h
2023-01-06 Joseph MyersUpdate copyright dates with scripts/update-copyrights
2022-01-01 Paul EggertUpdate copyright dates with scripts/update-copyrights
2021-12-28 Adhemerval ZanellaRemove atomic-machine.h atomic typedefs
2021-09-03 Siddhesh PoyarekarRemove "Contributed by" lines
2021-04-06 Adhemerval Zanellam68: Fix build after 9acda61d94ac
2021-03-01 Florian WeimerImplement <unwind-link.h> for dynamically loading the...
2021-01-02 Paul EggertUpdate copyright dates with scripts/update-copyrights
2020-06-19 Adhemerval ZanellaNew exp10f version without SVID compat wrapper
2020-03-19 Adhemerval Zanellamath: Remove inline math tests
2020-03-19 Adhemerval Zanellam68k: Remove mathinline.h
2020-02-14 Tulio Magno Quites... Add a generic scalb implementation
2020-01-03 Wilco DijkstraAdd libm_alias_finite for _finite symbols
2020-01-01 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2019-09-07 Paul EggertPrefer https to http for gnu.org and fsf.org URLs
2019-02-26 Joseph MyersAdd and move fall-through comments in system-specific...
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-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-08-24 Wilco DijkstraRemove unused math files
2018-08-10 Wilco DijkstraImprove performance of sincosf
2018-06-23 Tulio Magno Quites... m68k: Reorganize log1p and significand implementations
2018-05-11 Joseph MyersDo not include math-barriers.h in math_private.h.
2018-05-09 Joseph MyersMove math_opt_barrier, math_force_eval to separate...
2018-03-16 Wilco DijkstraRevert m68k __ieee754_sqrt change
2018-03-15 Wilco DijkstraRemove all target specific __ieee754_sqrt(f/l) inlines
2018-03-15 Wilco DijkstraRename all __ieee754_sqrt(f/l) calls to sqrt(f/l)
2018-02-15 Wilco DijkstraRemove mplog and mpexp
2018-02-12 Szabolcs NagyRemove slow paths from exp
2018-02-12 Wilco DijkstraRemove slow paths from pow
2018-01-01 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2017-12-19 Joseph MyersRevert exp reimplementation (causes test failures).
2017-12-19 Patrick McGeheartyImprove __ieee754_exp() performance by greater than...
2017-12-19 Joseph MyersFix m68k bits/mathinline.h attributes (bug 22631).
2017-11-30 Joseph MyersRework m68k libm functions to use declare_mgen_alias.
2017-11-30 Joseph MyersUse libm_alias macros in m68k llrint functions.
2017-11-30 Joseph MyersUse declare_mgen_alias in m68k templates.
2017-10-02 Szabolcs NagyDo not wrap logf, log2f and powf
2017-10-02 Szabolcs NagyDo not wrap expf and exp2f
2017-09-29 Szabolcs NagyNew generic powf
2017-09-29 Szabolcs NagyNew generic log2f
2017-09-29 Szabolcs NagyNew generic logf
2017-09-28 Wilco DijkstraRemove ancient __signbit inlines
2017-09-28 Wilco DijkstraSimplify C99 isgreater macros
2017-09-25 Szabolcs NagyOptimized generic expf and exp2f with wrappers
2017-08-31 Joseph MyersSimplify HUGE_VAL definitions.
2017-08-29 Joseph MyersFix m68k bits/math-inline.h macro namespace (bug 22035).
2017-08-03 Joseph MyersConsistently use uintN_t not u_intN_t in libm.
2017-06-20 Zack WeinbergRemove bits/string.h.
2017-06-06 Stefan LieblerOptimize generic spinlock code and use C11 like atomic...
2017-05-11 Zack WeinbergSuppress internal declarations for most of the testsuite.
2017-02-01 Andreas Schwabm68k: fix 64bit atomic ops
2017-01-20 Joseph MyersRemove very old libm-test-ulps entries.
2017-01-01 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2016-12-14 Joseph MyersRefactor long double information into bits/long-double.h.
2016-12-01 Joseph MyersRefactor FP_ILOGB* out of bits/mathdef.h.
2016-11-24 Joseph MyersRefactor float_t, double_t information into bits/flt...
2016-11-04 Joseph MyersDo not hardcode platform names in manual/libm-err-tab...
2016-09-01 Paul E. MurphyRemove unneeded stubs for k_rem_pio2l.
2016-08-29 Paul E. MurphyConvert remaining complex function to generated files
2016-08-19 Paul E. MurphyConvert _Complex sine functions to generated code
2016-08-19 Paul E. MurphyConvert _Complex cosine functions to generated code
2016-02-18 H.J. LuAdd _STRING_INLINE_unaligned and string_private.h
2016-01-04 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2015-11-20 Joseph MyersFix math_private.h multiple include guards.
2015-11-02 Joseph MyersMake nextafter, nexttoward set errno (bug 6799).
2015-10-20 Joseph MyersConvert miscellaneous function definitions to prototype...
2015-10-19 Joseph MyersConvert 231 sysdeps function definitions to prototype...
2015-09-16 Joseph MyersMake scalbn set errno (bug 6803).
2015-09-11 Joseph MyersMove bits/atomic.h to atomic-machine.h (bug 14912).
2015-07-20 Andreas Schwabm68k: update libm test ULPs
2015-04-13 Stefan LieblerSet errno for log1p on pole/domain error.
2015-03-14 Andreas Schwabm68k: fix 64-bit arithmetic in atomic operations (bug...
2015-01-25 Andreas Schwabm68k: fix missing definition of __feraiseexcept
2015-01-02 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2014-11-20 Torvald RiegelAdd arch-specific configuration for C11 atomics support.
2014-07-13 Andreas Schwabm68k: update libm test ULPs
2014-06-25 Andreas Schwabm68k: Add compat symbols for scalbln*
2014-06-20 Stefan Liebler[BZ #6803] Set errno for scalbln, scalbn
2014-06-16 Andreas Schwabm68k: update libm test ULPs
2014-06-16 Andreas SchwabFix typo in preprocessor conditional
2014-03-11 Joseph MyersFix nextafter overflow in non-default rounding modes...
2014-03-05 Joseph MyersDon't include individual test ulps in libm-test-ulps.
next