aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/powerpc
AgeCommit message (Expand)AuthorFilesLines
2013-03-15Promote a math test for sNaN handling to the top-level.Thomas Schwinge2-337/+0
2013-03-15Use GCC's builtins for generating NaNs.Thomas Schwinge1-55/+9
2013-03-15Better distinguish between NaN/qNaN/sNaN.Thomas Schwinge3-50/+50
2013-03-15Revert configurable mantissa patchSiddhesh Poyarekar1-56/+0
2013-03-15Make mantissa type configurableSiddhesh Poyarekar1-0/+56
2013-03-08PowerPC: unify math_ldbl.h implementationsAdhemerval Zanella2-162/+10
2013-03-08Consolidate copies of mp code in powerpcSiddhesh Poyarekar6-221/+4
2013-03-07Merge powerpc slowexp.c into generic codeSiddhesh Poyarekar4-130/+2
2013-03-07Merge powerpc slowpow.c into generic codeSiddhesh Poyarekar4-186/+2
2013-03-07Use an intermediate variable to sum exponents in powerpc __mul and __sqrSiddhesh Poyarekar2-10/+12
2013-03-07Use generic mpa.c code for everything except __mul and __sqrSiddhesh Poyarekar2-1256/+8
2013-03-06Remove powerpc64 bounded-pointers code.Joseph Myers33-458/+110
2013-03-04Remove powerpc32 strncmp comments about bounded pointers.Joseph Myers3-9/+0
2013-03-01Use same installed powerpc headers for hard and soft float.Joseph Myers3-0/+0
2013-02-28Remove powerpc32 bounded-pointers code.Joseph Myers44-436/+118
2013-02-28Sync up ppc add_magnitudes and sub_magnitudes with default codeSiddhesh Poyarekar2-104/+120
2013-02-25Sync up powerpc __mp_dbl with default codeSiddhesh Poyarekar2-6/+2
2013-02-21Mark __inv as static in powerpcSiddhesh Poyarekar2-2/+2
2013-02-21Fix whitespace differences between generic and powerpc mpa.cSiddhesh Poyarekar2-2/+2
2013-02-21Mark ZERO inputs to __mul as unlikely on powerpcSiddhesh Poyarekar2-2/+2
2013-02-20Copy comment about inner loop from powerpc mpa.c to the default oneSiddhesh Poyarekar2-2/+2
2013-02-14Remove bp-sym.h and BP_SYM uses from C code.Joseph Myers6-18/+12
2013-02-14Remove redundant return keywordSiddhesh Poyarekar2-26/+0
2013-02-14New __sqr function as a faster special case of __mulSiddhesh Poyarekar2-0/+200
2013-02-13Remove __ptrvalue, __bounded and __unbounded.Joseph Myers2-4/+4
2013-02-01Remove BOUNDED_N and BOUNDED_1.Joseph Myers2-6/+2
2013-01-20Remove use of mpa2.hAndreas Schwab2-2/+0
2013-01-17Adapt installed powerpc headers better for soft-float / no-FPRs.Joseph Myers4-21/+37
2013-01-14Fix code formatting in mpa.cSiddhesh Poyarekar2-538/+1068
2013-01-14Remove unnecessary local variable mptwoSiddhesh Poyarekar2-8/+0
2013-01-10Revert "Use ieee754/dbl-64/wordsize-64 on powerpc64"Andreas Schwab1-1/+0
2013-01-10Use ieee754/dbl-64/wordsize-64 on powerpc64Andreas Schwab1-0/+1
2013-01-09Update powerpc ULPsSiddhesh Poyarekar1-36/+56
2013-01-09Update comments in mpa.cSiddhesh Poyarekar2-140/+98
2013-01-07Fix spelling errors in sysdeps/powerpc files.Anton Blanchard42-121/+121
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 Poyarekar2-94/+0
2013-01-04Fix build failure on power4 processorsSiddhesh Poyarekar2-6/+14
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers316-330/+316
2013-01-01Add script to update copyright notices and reformat some to facilitate its use.Joseph Myers11-16/+11
2012-12-04Define _SYS_AUXV_H to 1 not empty in sysdeps/powerpc/sysdep.h.Joseph Myers1-1/+1
2012-11-30Fix type-punning warning in powerpc64 gmon-start.Roland McGrath1-2/+4
2012-11-23Update powerpc libm-test ULPsAndreas Schwab1-0/+41
2012-11-03Make fma use of Dekker and Knuth algorithms use round-to-nearest (bug 14796).Joseph Myers1-1/+2
2012-11-03Make fenv.h FE_* macros usable in #if (bug 3439).Joseph Myers1-37/+55
2012-11-02Direct __ppc_get_timebase to __builtin_ppc_get_timebase for GCC 4.8+.Tulio Magno Quites Machado Filho1-3/+8
2012-11-01PowerPC: Remove unnecessary -mnew-mnemonics.Tulio Magno Quites Machado Filho1-4/+0
2012-11-01Put __NO_FPRS__ around floating point opcodes in powerpc32/dl-trampoline.S.Sebastan Andrzej Siewior1-0/+4
2012-10-31Update powerpc libm ULPsAndreas Schwab1-20/+420