aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64/fpu
AgeCommit message (Expand)Author
2011-12-22Use __REDIRECT_NTH for __feraiseexcept_renamedUlrich Drepper
2011-12-21Define x86_64 feraiseexcept inline only under __USE_EXTERN_INLINES.Rafael Ávila de Espíndola
2011-12-03Fix more warningsUlrich Drepper
2011-10-28Remove code without too much effectsUlrich Drepper
2011-10-25Add AVX optimized versions for some x86-64 math functionsUlrich Drepper
2011-10-25Use VEX encoding in inline math functions on x86-64 when possibleUlrich Drepper
2011-10-25Cleanup FMA4 patchUlrich Drepper
2011-10-24Better DLA_FMSUlrich Drepper
2011-10-24Optimize accurate 64-bit routines for FMA4 on x86-64Ulrich Drepper
2011-10-22Fix typo in last changeUlrich Drepper
2011-10-22Update ULPs for x86-64Ulrich Drepper
2011-10-21Don't use NULL in last s_fma{,f} changeUlrich Drepper
2011-10-20Check for FMA4 support and generate appropriate fma functionsUlrich Drepper
2011-10-20Move fma routines to right placeUlrich Drepper
2011-10-19Fix PLT use for feraiseexcept on x86_64Andreas Schwab
2011-10-18Use new internal libc_fe* interfaces in more functionsUlrich Drepper
2011-10-18Provide combined internal feholdexcept/fesetround interfaceUlrich Drepper
2011-10-18Pretty print last change to x86-64 mathinline.hUlrich Drepper
2011-10-18Add optimized nearbyint{,f} for x86-64Ulrich Drepper
2011-10-18Start optimizing the use of the fenv interfaces in libm itselfUlrich Drepper
2011-10-18Fix last changeAndreas Schwab
2011-10-18Fix linkage conflict with feraiseexceptAndreas Schwab
2011-10-17Relax asm requirements for recently added x86-64 math interfacesUlrich Drepper
2011-10-17Makr x86-64 math_private.h more robustUlrich Drepper
2011-10-17Provide internal optimizations on x86-64 with SSE4.1Ulrich Drepper
2011-10-17Fix last x86-64 mathinline changeUlrich Drepper
2011-10-16Use rounds{s,d} for x86 rint, ceil, floorUlrich Drepper
2011-10-14Fix lost feraiseexcept symbolAndreas Schwab
2011-10-13Fix PLT use in feupdateenv on x86_64Andreas Schwab
2011-10-12Optimize libmUlrich Drepper
2011-10-08Optimize use of isnan, isinf, finiteUlrich Drepper
2011-09-26Fix parse error in bits/mathinline.h with --std=c99Andreas Schwab
2011-09-15Add fmax and fmin inlines for x86-64Ulrich Drepper
2011-09-14Use correct section to allow mergingUlrich Drepper
2011-09-14Optimized lrint and llrint for x86-64Ulrich Drepper
2011-09-09Fix jn precisionPetr Baudis
2011-05-18Fix typo in x86-64 powlH.J. Lu
2010-10-11Correct implementation of fmaf.Jakub Jelinek
2010-02-09Avoid PLT call to fegetenv on s390Andreas Schwab
2009-09-01Fix x86_64 bits/mathinline.h for -m32 compilation.Jakub Jelinek
2009-08-31Fix parse error in bits/mathinline.h with --std=c99Andreas Schwab
2009-08-25Optimize out duplicated scalbln code for x86-64.Ulrich Drepper
2009-08-25Optimized signbit{,f} for x86-64.Ulrich Drepper
2009-08-24Add ceil implementation for 64-bit machines.Ulrich Drepper
2009-08-24Optimize float construction/extraction on x86-64.Ulrich Drepper
2009-08-24Optimize x86-64 signbit{,f} a bit.Ulrich Drepper
2009-04-27* sysdeps/ieee754/dbl-64/s_expm1.c: Set errno for overflow.Ulrich Drepper
2009-04-26* sysdeps/i386/fpu/s_tan.S: Set errno for ±Inf.Ulrich Drepper
2009-04-26* sysdeps/i386/fpu/s_cos.S: Set errno for ±Inf.Ulrich Drepper
2008-08-05* sysdeps/i386/fpu/s_expm1l.S: Simply use exp implementation for largeUlrich Drepper