summaryrefslogtreecommitdiff
path: root/sysdeps/x86_64/fpu/math_private.h
AgeCommit message (Expand)Author
2018-03-15Remove all target specific __ieee754_sqrt(f/l) inlinesWilco Dijkstra
2013-05-15Use movq for 64-bit operationsPeter Collingbourne
2012-03-19Use int64_t in x86_64/fpu/math_private.hH.J. Lu
2012-03-19Optimize private 387 fenv access; share code between i386 and x86_64.Richard Henderson
2012-03-19Create and use libc_feupdateenv_test.Richard Henderson
2012-03-19Create and use SET_RESTORE_ROUND{,_NOEX,_53BIT}{,F,L}.Richard Henderson
2012-03-19Convert libc_feholdexcept et al from macros to inline functions.Richard Henderson
2012-03-19Make inline __isnan, __isinf_ns, __finite generic.Richard Henderson
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-01-28Use -msse2avx option for x86-64 libm functionsUlrich Drepper
2012-01-28Simplify use of AVX instructions in internal math macrosUlrich Drepper
2011-10-25Use VEX encoding in inline math functions on x86-64 when possibleUlrich 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-18Start optimizing the use of the fenv interfaces in libm itselfUlrich Drepper
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-12Optimize libmUlrich Drepper
2011-10-08Optimize use of isnan, isinf, finiteUlrich Drepper
2009-08-24Add ceil implementation for 64-bit machines.Ulrich Drepper
2009-08-24Optimize float construction/extraction on x86-64.Ulrich Drepper
2007-04-16[BZ #3306]Ulrich Drepper
2007-01-11[BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34...Ulrich Drepper
2007-07-31.Jakub Jelinek
2004-12-22(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper
2007-07-122.5-18.1Jakub Jelinek