aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/powerpc
AgeCommit message (Expand)AuthorFilesLines
2018-09-27Use round functions not __round functions in glibc libm.Joseph Myers5-24/+4
2018-09-26Add missing unwind information to ld.so on powerpc32 (bug 23707)Andreas Schwab1-0/+3
2018-09-21powerpc: Only enable TLE with PPC_FEATURE2_HTM_NOSCAdhemerval Zanella5-67/+1
2018-09-20Use trunc functions not __trunc functions in glibc libm.Joseph Myers5-20/+4
2018-09-17Use ceil functions not __ceil functions in glibc libm.Joseph Myers7-22/+6
2018-09-14Use rint functions not __rint functions in glibc libm.Joseph Myers4-2/+4
2018-09-14Use floor functions not __floor functions in glibc libm.Joseph Myers7-22/+6
2018-09-05Add new exp and exp2 implementationsSzabolcs Nagy1-48/+48
2018-09-04Move fenv.h soft-float inlines from fenv_private.h to include/fenv.h.Joseph Myers2-2/+2
2018-09-03Do not include fenv_private.h in math_private.h.Joseph Myers2-0/+2
2018-08-31[BZ #20271] Add newlines in __libc_fatal calls.Paul Pluzhnikov2-2/+2
2018-08-28Split fenv_private.h out of math_private.h more consistently.Joseph Myers2-3/+4
2018-08-27Move EXCEPTION_SET_FORCES_TRAP out of math-tests.h.Joseph Myers1-6/+8
2018-08-24Remove unused math filesWilco Dijkstra2-461/+0
2018-08-20powerpc: Remove powerpc specific sinf and cosf optimizationRajalakshmi Srinivasaraghavan13-1453/+0
2018-08-16powerpc: Rearrange little endian specific filesRajalakshmi Srinivasaraghavan8-24/+31
2018-08-02Rename the glibc.tune namespace to glibc.cpuSiddhesh Poyarekar2-2/+2
2018-08-01Move SNAN_TESTS_TYPE_CAST out of math-tests.h.Joseph Myers2-8/+30
2018-07-26Update powerpc-nofpu ulps.Joseph Myers1-0/+35
2018-07-16powerpc64: Always restore TOC on longjmp [BZ #21895]Rogerio Alves4-4/+139
2018-06-18Fix powerpc64le build of nan-sign tests (bug 23303).Joseph Myers1-1/+4
2018-06-08Mark _init and _fini as hidden [BZ #23145]H.J. Lu2-0/+4
2018-06-06powerpc64le: Fix TFtype in sqrtf128 when using -mabi=ieeelongdoubleTulio Magno Quites Machado Filho1-3/+8
2018-06-01Make powerpc-nofpu __sqrtsf2, __sqrtdf2 compat symbols (bug 18473).Joseph Myers3-0/+107
2018-05-30powerpc: Add multiarch sqrtf128 for ppc64leRajalakshmi Srinivasaraghavan4-0/+107
2018-05-24powerpc: Move around math-related ImpliesTulio Magno Quites Machado Filho3-0/+10
2018-05-24Remove sysdeps/powerpc/soft-fp directory.Joseph Myers1-0/+0
2018-05-17nptl: Remove __ASSUME_PRIVATE_FUTEXH.J. Lu1-3/+0
2018-05-17Add narrowing divide functions.Joseph Myers1-0/+3
2018-05-16Add narrowing multiply functions.Joseph Myers1-0/+16
2018-05-11powerpc: Fix the compiler type used with C++ when -mabi=ieeelongdoubleTulio Magno Quites Machado Filho1-10/+14
2018-05-10Move math_check_force_underflow macros to separate math-underflow.h.Joseph Myers1-0/+1
2018-05-09Move math_opt_barrier, math_force_eval to separate math-barriers.h.Joseph Myers2-6/+28
2018-04-27powerpc64*: fix the order of implied sysdeps directoriesGabriel F. T. Gomes104-53/+93
2018-04-04powerpc: Update sin, cos and sincos ULPsTulio Magno Quites Machado Filho1-0/+6
2018-04-04elf: Unify symbol address run-time calculation [BZ #19818]Maciej W. Rozycki2-3/+2
2018-03-20Remove powerpc, sparc fdim inlines (bug 22987).Joseph Myers1-14/+0
2018-03-20Add narrowing subtract functions.Joseph Myers1-0/+4
2018-03-15Remove all target specific __ieee754_sqrt(f/l) inlinesWilco Dijkstra1-30/+0
2018-03-15Rename all __ieee754_sqrt(f/l) calls to sqrt(f/l)Wilco Dijkstra2-5/+5
2018-03-11hurd: add gscope supportSamuel Thibault1-0/+1
2018-03-10Don't include math.h/math_private.h in math_ldbl_opt.h.Zack Weinberg6-0/+7
2018-03-07powerpc: Fix TLE build for SPE (BZ #22926)Adhemerval Zanella2-2/+2
2018-03-02Fix powerpc ifunc-sel.h build for -Os.Joseph Myers1-2/+2
2018-02-12powerpc: Update pow() ULPsTulio Magno Quites Machado Filho1-0/+2
2018-02-12Remove slow paths from expSzabolcs Nagy1-1/+0
2018-02-12Remove slow paths from powWilco Dijkstra1-1/+0
2018-02-10Add narrowing add functions.Joseph Myers1-0/+4
2018-02-10Fix narrowing function tests build for powerpc64le.Joseph Myers1-0/+6
2018-02-06Use xmalloc in tst-setcontext-fpscr.c (bug 19668).Joseph Myers1-2/+2