aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2013-01-11Add 64-bit VIS3 optimized GMP routines for sparc.David S. Miller11-0/+673
2013-01-11Redo sparc 32-bit V9 GMP optimizations with fixed copyrights.David S. Miller3-3/+233
2013-01-11Adjust sparc for Roland's multiarch sysdep directory changes.David S. Miller1-0/+0
2013-01-11Remove __GLIBC_HAVE_LONG_LONG.Joseph Myers3-12/+7
2013-01-11Add MSG_FASTOPENAndreas Jaeger1-0/+2
2013-01-10Undo receive sparc 32-bit V9 gmp routine commit.David S. Miller3-207/+3
2013-01-10Optimize sparc 32-bit V9 GMP multiply routines.David S. Miller3-3/+207
2013-01-10Update sparc ULPs for new casin{,h} tests.David S. Miller1-0/+114
2013-01-10Use __extension__ with long long in installed headers.Joseph Myers7-7/+13
2013-01-10Correct _XXX_ILP32_OFFBIG for x32H.J. Lu1-8/+17
2013-01-10Revert "Use ieee754/dbl-64/wordsize-64 on powerpc64"Andreas Schwab19-119/+0
2013-01-10Revert "sysdeps/ieee754/ldbl-128ibm/e_expl.c"Andreas Schwab2-64/+16
2013-01-10Fix formatting in mpexp.cSiddhesh Poyarekar1-54/+95
2013-01-10Make __mpexp_twomm1 an array of doublesSiddhesh Poyarekar2-87/+26
2013-01-10sysdeps/ieee754/ldbl-128ibm/e_expl.cAndreas Schwab2-16/+64
2013-01-10Use ieee754/dbl-64/wordsize-64 on powerpc64Andreas Schwab19-0/+119
2013-01-10Define flags for fallocateAndreas Schwab1-0/+7
2013-01-09Sync netinet/tcp.h with upstream Linux kernel.David S. Miller1-14/+66
2013-01-09PowerPC: Change sched_getcpu to use vDSO getcpu instead of syscall.Anton Blanchard4-0/+36
2013-01-09Update s390 ULPsSiddhesh Poyarekar1-66/+185
2013-01-09Update powerpc ULPsSiddhesh Poyarekar1-36/+56
2013-01-09Update comments in mpa.cSiddhesh Poyarekar3-207/+145
2013-01-08Don't check __GNUC__ together with __USE_EXTERN_INLINES.Joseph Myers1-1/+1
2013-01-08BZ#14985: Remove erroneous EPOLL_NONBLOCKAndreas Jaeger3-9/+3
2013-01-07Fix spelling errors in sysdeps/powerpc files.Anton Blanchard42-121/+121
2013-01-07Fix casinh, casin overflow (bug 14996).Joseph Myers2-0/+24
2013-01-05Change __x86_64 prefix in cache size to __x86H.J. Lu7-55/+46
2013-01-04Update Sparc ULPs.David S. Miller1-0/+5
2013-01-04Fix warnings in test-powerpc-snan.cAndreas Schwab1-3/+2
2013-01-04Update powerpc libm ULPsAndreas Schwab1-0/+5
2013-01-04Remove unused __cr and __cpymnSiddhesh Poyarekar3-127/+0
2013-01-04Fix build failure on power4 processorsSiddhesh Poyarekar2-6/+14
2013-01-04Fix casinh, casin inaccuracy from cancellation (bug 14994).Joseph Myers2-0/+70
2013-01-04Fix code formattingSiddhesh Poyarekar1-10/+15
2013-01-04Clean up comment for MP_NOSiddhesh Poyarekar1-12/+26
2013-01-04Remove some commented codeSiddhesh Poyarekar1-13/+0
2013-01-04Remove commented declarationsSiddhesh Poyarekar1-6/+0
2013-01-04Remove argument variable name from function declarationSiddhesh Poyarekar1-1/+1
2013-01-03Add HAS_RTMH.J. Lu2-0/+16
2013-01-02Fix copyright notice corruption from update-copyright bug.Joseph Myers8-8/+8
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers2665-2773/+2665
2013-01-02Fix values in __mpexp_twomm1Siddhesh Poyarekar1-8/+8
2013-01-02Split mantissa calculation loop and add branch predictionSiddhesh Poyarekar1-24/+43
2013-01-02Add assert for potential access beyond array bounds in m1npSiddhesh Poyarekar1-4/+17
2013-01-02Move more constants into static variablesSiddhesh Poyarekar4-22/+8
2013-01-01Add script to update copyright notices and reformat some to facilitate its use.Joseph Myers63-94/+63
2012-12-31Favour normal numbersSiddhesh Poyarekar1-4/+5
2012-12-29Demystify the magic number 134217729.0Siddhesh Poyarekar3-8/+10
2012-12-28Remove unnecessary variable mptwoim1Siddhesh Poyarekar2-27/+3
2012-12-28Replace more constants with their valuesSiddhesh Poyarekar5-97/+61