about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
...
* Remove unnecessary local variable mptwoSiddhesh Poyarekar2013-01-142-8/+0
* Add 64-bit VIS3 optimized GMP routines for sparc.David S. Miller2013-01-1111-0/+673
* Redo sparc 32-bit V9 GMP optimizations with fixed copyrights.David S. Miller2013-01-113-3/+233
* Adjust sparc for Roland's multiarch sysdep directory changes.David S. Miller2013-01-111-0/+0
* Remove __GLIBC_HAVE_LONG_LONG.Joseph Myers2013-01-113-12/+7
* Add MSG_FASTOPENAndreas Jaeger2013-01-111-0/+2
* Undo receive sparc 32-bit V9 gmp routine commit.David S. Miller2013-01-103-207/+3
* Optimize sparc 32-bit V9 GMP multiply routines.David S. Miller2013-01-103-3/+207
* Update sparc ULPs for new casin{,h} tests.David S. Miller2013-01-101-0/+114
* Use __extension__ with long long in installed headers.Joseph Myers2013-01-107-7/+13
* Correct _XXX_ILP32_OFFBIG for x32H.J. Lu2013-01-101-8/+17
* Revert "Use ieee754/dbl-64/wordsize-64 on powerpc64"Andreas Schwab2013-01-1019-119/+0
* Revert "sysdeps/ieee754/ldbl-128ibm/e_expl.c"Andreas Schwab2013-01-102-64/+16
* Fix formatting in mpexp.cSiddhesh Poyarekar2013-01-101-54/+95
* Make __mpexp_twomm1 an array of doublesSiddhesh Poyarekar2013-01-102-87/+26
* sysdeps/ieee754/ldbl-128ibm/e_expl.cAndreas Schwab2013-01-102-16/+64
* Use ieee754/dbl-64/wordsize-64 on powerpc64Andreas Schwab2013-01-1019-0/+119
* Define flags for fallocateAndreas Schwab2013-01-101-0/+7
* Sync netinet/tcp.h with upstream Linux kernel.David S. Miller2013-01-091-14/+66
* PowerPC: Change sched_getcpu to use vDSO getcpu instead of syscall.Anton Blanchard2013-01-094-0/+36
* Update s390 ULPsSiddhesh Poyarekar2013-01-091-66/+185
* Update powerpc ULPsSiddhesh Poyarekar2013-01-091-36/+56
* Update comments in mpa.cSiddhesh Poyarekar2013-01-093-207/+145
* Don't check __GNUC__ together with __USE_EXTERN_INLINES.Joseph Myers2013-01-081-1/+1
* BZ#14985: Remove erroneous EPOLL_NONBLOCKAndreas Jaeger2013-01-083-9/+3
* Fix spelling errors in sysdeps/powerpc files.Anton Blanchard2013-01-0742-121/+121
* Fix casinh, casin overflow (bug 14996).Joseph Myers2013-01-072-0/+24
* Change __x86_64 prefix in cache size to __x86H.J. Lu2013-01-057-55/+46
* Update Sparc ULPs.David S. Miller2013-01-041-0/+5
* Fix warnings in test-powerpc-snan.cAndreas Schwab2013-01-041-3/+2
* Update powerpc libm ULPsAndreas Schwab2013-01-041-0/+5
* Remove unused __cr and __cpymnSiddhesh Poyarekar2013-01-043-127/+0
* Fix build failure on power4 processorsSiddhesh Poyarekar2013-01-042-6/+14
* Fix casinh, casin inaccuracy from cancellation (bug 14994).Joseph Myers2013-01-042-0/+70
* Fix code formattingSiddhesh Poyarekar2013-01-041-10/+15
* Clean up comment for MP_NOSiddhesh Poyarekar2013-01-041-12/+26
* Remove some commented codeSiddhesh Poyarekar2013-01-041-13/+0
* Remove commented declarationsSiddhesh Poyarekar2013-01-041-6/+0
* Remove argument variable name from function declarationSiddhesh Poyarekar2013-01-041-1/+1
* Add HAS_RTMH.J. Lu2013-01-032-0/+16
* Fix copyright notice corruption from update-copyright bug.Joseph Myers2013-01-028-8/+8
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-022665-2773/+2665
* Fix values in __mpexp_twomm1Siddhesh Poyarekar2013-01-021-8/+8
* Split mantissa calculation loop and add branch predictionSiddhesh Poyarekar2013-01-021-24/+43
* Add assert for potential access beyond array bounds in m1npSiddhesh Poyarekar2013-01-021-4/+17
* Move more constants into static variablesSiddhesh Poyarekar2013-01-024-22/+8
* Add script to update copyright notices and reformat some to facilitate its use.Joseph Myers2013-01-0163-94/+63
* Favour normal numbersSiddhesh Poyarekar2012-12-311-4/+5
* Demystify the magic number 134217729.0Siddhesh Poyarekar2012-12-293-8/+10
* Remove unnecessary variable mptwoim1Siddhesh Poyarekar2012-12-282-27/+3