aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64
AgeCommit message (Expand)Author
2012-03-10Replace FSF snail mail address with URL in miscellaneous files.Paul Eggert
2012-03-09Use include_next to chain math_private.h headers.Richard Henderson
2012-03-09x86_64: Convert __rint* and __floor* from macros to inlines.Richard Henderson
2012-03-09x86_64: Convert __ieee754_sqrt{,f,l} from macros to inlines.Richard Henderson
2012-03-07Fix signs of zeros from casinh, cacosh etc. (bug 10716).Joseph Myers
2012-03-06Fix up long double fphex.Marek Polacek
2012-03-05Fix pow in non-default rounding modes (bug 3976).Joseph Myers
2012-03-05Test cosh, sinh in non-default rounding modes (bug 3976).Joseph Myers
2012-03-03Remove oldish __GNUC_PREREQ.Marek Polacek
2012-03-02Fix sin, cos, tan in non-default rounding modes (bug 3976).Joseph Myers
2012-03-02Fix exp in non-default rounding modes (bug 3976).Joseph Myers
2012-03-01Improve erfc accuracy.Joseph Myers
2012-02-29Add test for bug 5794 (incorrect expm1 overflow).Joseph Myers
2012-02-29Reduce large expected errors from libm tests on x86 and x86_64.Joseph Myers
2012-02-28Optimized expf for x86-64Ulrich Drepper
2012-02-20Resort ULPs files with gen-libm-test.pl -n in C locale.Joseph Myers
2012-02-14Provide crt[in].S for x86-64.Marek Polacek
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert
2012-02-08Reduce ldouble ULPs for jn tests on x86Andreas Schwab
2012-02-07Remove __ELF__ conditionalsMarek Polacek
2012-01-30Fix makefile/configure problems with sse2avx changes.Joseph Myers
2012-01-28Optimize x86-64 math inline header a bitUlrich Drepper
2012-01-28Use -msse2avx option for x86-64 libm functionsUlrich Drepper
2012-01-28Simplify use of AVX instructions in internal math macrosUlrich Drepper
2012-01-26Really fix AVX testsUlrich Drepper
2012-01-26Reset bit_AVX in __cpu_features is OS support is missingUlrich Drepper
2012-01-08More fallout from supporting only ELFUlrich Drepper
2012-01-07Remove pre-ISO C supportUlrich Drepper
2012-01-07Remove non-ELF supportUlrich Drepper
2012-01-07Fix up a commentUlrich Drepper
2012-01-07Yet more ia64 removal falloutUlrich Drepper
2011-12-23Fix typos in commentsMarek Polacek
2011-12-23Prevent warnings due to long long constantsUlrich Drepper
2011-12-23Fix overrun in destination bufferLiubov Dmitrieva
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-17WP fixesUlrich Drepper
2011-12-17Optimized wcschr and wcscpy for x86-64 and x86-32Ulrich Drepper
2011-12-03Fix more warningsUlrich Drepper
2011-11-01Fix test of non-ASCII locales in x86-64 strcasecmp et.al.Ulrich Drepper
2011-10-28More cleanups of x86-64 strstrUlrich Drepper
2011-10-28Clean up x86-64 strcasestrUlrich 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-25Optimize x86-64 SSE4.2+ strcmp a bit moreUlrich 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-24Use inline asm for DLA_FMS because of broken old compilersUlrich Drepper
2011-10-24Optimize accurate 64-bit routines for FMA4 on x86-64Ulrich Drepper