summaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/dbl-64/wordsize-64
AgeCommit message (Expand)Author
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-05-16Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).Ryan S. Arnold
2013-04-02New <math.h> macro named issignaling to check for a signaling NaN (sNaN).Thomas Schwinge
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2012-06-21Fix wordsize-64 cosh regression (bug 14273).Joseph Myers
2012-06-01Fix fmod for subnormals (bug 14048).Joseph Myers
2012-05-26Optimize handling of denormals in logb/logbf/logblAndreas Schwab
2012-05-15Log2 and log10 for wordsize-64.Adhemerval Zanella
2012-05-14Use __builtin_clzll on int64 in __logbH.J. Lu
2012-05-10Fix for logb/logbf/logbl (bugs 13954/13955/13956)Adhemerval Zanella
2012-03-19Make inline __isnan, __isinf_ns, __finite generic.Richard Henderson
2012-03-16Make lround the alias of llround for wordsize-64H.J. Lu
2012-03-13Clean up dbl-64 rint, nearbyint.Joseph Myers
2012-03-09Use <> for math.h and math_private.h everywhere.Richard Henderson
2012-03-02Fix scalbn, scalbln integer overflow.Joseph Myers
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert
2012-01-27Remove __STDC__ conditionals from libm.Joseph Myers
2012-01-11Optimized acosh for 64-bit platformsUlrich Drepper
2012-01-11Optimize scalblnUlrich Drepper
2012-01-10Optimize s_modfUlrich Drepper
2012-01-10Optimize ldexp and scalbnUlrich Drepper
2011-10-25Use math_force_eval in more placesUlrich Drepper
2011-10-23Optimized remquo for 64-bit platformsUlrich Drepper
2011-10-23Optimize f_modUlrich Drepper
2011-10-18Start optimizing the use of the fenv interfaces in libm itselfUlrich Drepper
2011-10-17Add optimized 64-bit frexpUlrich Drepper
2011-10-16Use rounds{s,d} for x86 rint, ceil, floorUlrich Drepper
2011-10-15Optimized floor for 64-bit architecturesUlrich Drepper
2011-10-15Add cosh optimized for 64-bit architecturesUlrich Drepper
2011-10-08Optimize use of isnan, isinf, finiteUlrich Drepper
2011-09-15finite for 64-bit platformsUlrich Drepper
2011-09-12Optimize logb code for 64-bit machinesUlrich Drepper
2009-08-26Add isinf optimized for 64-bit.Ulrich Drepper
2009-08-26Optimized isnan for 64-bit machines.Ulrich Drepper
2009-08-25Make llround an alias for lround on 64-bit machines.Ulrich Drepper
2009-08-25Optimized nearbyint for 64-bit.Ulrich Drepper
2009-08-25Optimized rint implementation for x86-64.Ulrich Drepper
2009-08-25Add 64-bit optimized s_round.Ulrich Drepper
2009-08-25Optimize out duplicated scalbln code for x86-64.Ulrich Drepper
2009-08-25Add 64-bit optimized scalbln.Ulrich Drepper
2009-08-25Add 64-bit optimized version lround.Ulrich Drepper
2009-08-2564-bit optimized implementation of trunc.Ulrich Drepper
2009-08-24Add ceil implementation for 64-bit machines.Ulrich Drepper