Merge branch 'master' into bug13658-branch
[platform/upstream/glibc.git] / sysdeps / ieee754 /
2012-03-14 Andreas JaegerMerge branch 'master' into bug13658-branch
2012-03-14 David S. MillerFix hypotf overflow/underflow by using double precision...
2012-03-13 Joseph MyersClean up dbl-64 rint, nearbyint.
2012-03-13 David S. MillerFix generic ldbl-128 expm1l just like x86-64 and i386...
2012-03-10 Richard HendersonUse <> for math.h and math_private.h everywhere.
2012-03-09 Richard HendersonUse target-specific math_private.h in math_ldbl_opt.h.
2012-03-07 Andreas JaegerMerge branch 'master' into bug13658-branch
2012-03-06 Marek PolacekFix up long double fphex.
2012-03-05 Andreas SchwabFix loss of precision in cosh and sinh for IBM long...
2012-03-05 Joseph MyersFix pow in non-default rounding modes (bug 3976).
2012-03-02 Joseph MyersFix sin, cos, tan in non-default rounding modes (bug...
2012-03-02 Joseph MyersFix scalbn, scalbln integer overflow.
2012-03-02 Joseph MyersFix exp in non-default rounding modes (bug 3976).
2012-03-01 Joseph MyersImprove erfc accuracy.
2012-02-27 David S. MillerFix ldbl-128 rintl/nearbyintl just like flt-32 variants.
2012-02-26 Andreas SchwabReplace sysdeps/ieee754/dbl-64/k_tan.c with empty file
2012-02-22 Joseph MyersFix nearbyintf rounding.
2012-02-22 Joseph MyersFix rintf rounding.
2012-02-19 Aurelien JarnoUse non-signaling floating-point comparisons in math...
2012-02-09 Paul EggertReplace FSF snail mail address with URLs.
2012-01-27 Ulrich DrepperMerge branch 'master' of ssh://sourceware.org/git/glibc
2012-01-27 Joseph MyersRemove __STDC__ conditionals from libm.
2012-01-12 Ulrich DrepperOptimized acosh for 64-bit platforms
2012-01-11 Ulrich DrepperOptimize scalbln
2012-01-11 Ulrich DrepperOptimize s_modf
2012-01-11 Ulrich DrepperOptimize ldexp and scalbn
2012-01-09 Ulrich DrepperSome branch prediction for log1p
2012-01-08 Ulrich DrepperMore fallout from supporting only ELF
2012-01-08 Ulrich DrepperRemove pre-ISO C support
2012-01-08 Ulrich DrepperRemove non-ELF support
2011-11-12 Ulrich DrepperAvoid warnings about unused variable in 96-bit j0l...
2011-11-12 Ulrich DrepperAvoid warnings about unused variables in 96-bit hypotl
2011-11-11 Ulrich DrepperMerge branch 'master' of ssh://sourceware.org/git/glibc
2011-11-11 Marek PolacekRemove unused variables
2011-10-29 Ulrich DrepperFix accuracy problem in generic sin
2011-10-26 Andreas SchwabFix uses of math_force_eval
2011-10-26 Ulrich DrepperAdd AVX optimized versions for some x86-64 math functions
2011-10-25 Ulrich DrepperMerge branch 'master' of ssh://sourceware.org/git/glibc
2011-10-25 Ulrich DrepperUse math_force_eval in more places
2011-10-25 Ulrich DrepperCleanup FMA4 patch
2011-10-25 Ulrich DrepperOptimize accurate 64-bit routines for FMA4 on x86-64
2011-10-24 Ulrich DrepperFinish renamed DLA_FMA -> DLA_FMS
2011-10-24 Ulrich DrepperOptimized remquo for 64-bit platforms
2011-10-24 Ulrich DrepperOptimize f_mod
2011-10-23 Ulrich DrepperClean up FMA use
2011-10-23 Ulrich DrepperClean up last dla.h change
2011-10-23 Andreas SchwabAdd missing _finite aliases
2011-10-22 Ulrich DrepperImprove DLA_FMA for FMA4
2011-10-22 Ulrich DrepperStart using fma in the libm implementation
2011-10-22 Ulrich DrepperMerge branch 'master' of ssh://sourceware.org/git/glibc
2011-10-22 Andreas SchwabFix compilation due to __nan defines
2011-10-22 Ulrich DrepperOptimization to some complex math functions
2011-10-21 Ulrich DrepperAdd some __builtin_expect to generic __ieee754_log
2011-10-18 Ulrich DrepperUse new internal libc_fe* interfaces in more functions
2011-10-18 Ulrich DrepperProvide combined internal feholdexcept/fesetround interface
2011-10-18 Ulrich DrepperStart optimizing the use of the fenv interfaces in...
2011-10-18 Ulrich DrepperSmall optimization of generic exp2
2011-10-18 Ulrich DrepperAdd optimized 64-bit frexp
2011-10-17 Ulrich DrepperUse rounds{s,d} for x86 rint, ceil, floor
2011-10-16 Ulrich DrepperOptimized floor for 64-bit architectures
2011-10-16 Ulrich DrepperAdd cosh optimized for 64-bit architectures
2011-10-16 Ulrich DrepperOptimize exp
2011-10-12 Ulrich DrepperOptimize libm
2011-10-10 Andreas SchwabImplement __isinf_nsl for IBM long double
2011-10-09 Ulrich DrepperMerge branch 'master' of ssh://sourceware.org/git/glibc
2011-10-08 Roland McGrathFix some nit warnings.
2011-10-08 Ulrich DrepperOptimize use of isnan, isinf, finite
2011-09-16 Ulrich Drepperfinite for 64-bit platforms
2011-09-12 Ulrich DrepperOptimize logb code for 64-bit machines
2011-09-10 Petr BaudisFix jn precision
2011-09-09 Paul PluzhnikovFix lround() loses precision
2011-09-08 Ulrich DrepperCheck for finite/infinity parms in IBM Long Double...
2011-08-04 Jakub JelinekFix up __kernel_rem_pio2 for FLT_EVAL_METHOD != 0 archi...
2010-11-22 Jakub Jelinekldbl-128 fmal compile fix
2010-11-10 Luis MachadoFix comparison in sqrtl for IBM long double 128.
2010-10-19 Ulrich DrepperMerge branch 'master' of ssh://sourceware.org/git/glibc
2010-10-18 Jakub JelinekIEEE quad fmal fixes
2010-10-15 Jakub JelinekImplement fmal, some fma bugfixes
2010-10-15 Jakub JelinekFix some more dbl-64/s_fma.c issue
2010-10-14 Jakub JelinekImplement accurate fma.
2010-10-11 Jakub JelinekCorrect implementation of fmaf.
2010-04-08 Ulrich DrepperMerge remote branch 'origin/roland/hwcap_mask'
2010-04-08 Ulrich DrepperMerge branch 'master' of ssh://sources.redhat.com/git...
2010-04-08 Ulrich DrepperFix cproj implmentation.
2010-01-17 Jakub Jelineksysdeps/ieee754/ldbl-128/ fixes
2009-10-28 Joseph S. MyersReadd definition of __expl in ldbl-128
2009-10-23 Ulrich DrepperMerge branch 'master' of ssh://sources.redhat.com/git...
2009-10-20 Andreas SchwabCorrect errno handling in expm1.
2009-09-15 Roland McGrathconfigure tweaks, support $libc_add_on_config_subdirs
2009-08-26 Ulrich DrepperAdd isinf optimized for 64-bit.
2009-08-26 Ulrich DrepperOptimized isnan for 64-bit machines.
2009-08-26 Ulrich DrepperMake llround an alias for lround on 64-bit machines.
2009-08-26 Ulrich DrepperOptimized nearbyint for 64-bit.
2009-08-26 Ulrich DrepperOptimized rint implementation for x86-64.
2009-08-26 Ulrich DrepperAdd 64-bit optimized s_round.
2009-08-25 Ulrich DrepperOptimize out duplicated scalbln code for x86-64.
2009-08-25 Ulrich DrepperAdd 64-bit optimized scalbln.
2009-08-25 Ulrich DrepperAdd 64-bit optimized version lround.
2009-08-25 Ulrich Drepper64-bit optimized implementation of trunc.
2009-08-25 Ulrich DrepperAdd ceil implementation for 64-bit machines.
next