aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/powerpc
AgeCommit message (Expand)Author
2019-06-06[powerpc] get_rounding_mode: utilize faster method to get rounding modePaul A. Clarke
2019-06-05[powerpc] fegetexcept: utilize function instead of duplicating codePaul A. Clarke
2019-05-30powerpc: Fix build failures with current GCCGabriel F. T. Gomes
2019-05-28powerpc: generic nearbyint/nearbyintfAdhemerval Zanella
2019-05-22Remove support for PowerPC SPE extension (powerpc*-*-*gnuspe*).Zack Weinberg
2019-05-09powerpc: trunc/truncf refactorAdhemerval Zanella
2019-05-09powerpc: round/roundf refactorAdhemerval Zanella
2019-05-09powerpc: floor/floorf refactorAdhemerval Zanella
2019-04-29powerpc: ceil/ceilf refactorAdhemerval Zanella
2019-04-29powerpc: Remove power4 mpa optimizationAdhemerval Zanella
2019-04-17powerpc: Fix format issue from 3a16dd780eeba602Adhemerval Zanella
2019-04-17powerpc: fma using builtinsAdhemerval Zanella
2019-04-17powerpc: Use generic fabs{f} implementationsAdhemerval Zanella
2019-04-04powerpc: Use generic wcsrchr optimizationAdhemerval Zanella
2019-04-04powerpc: Use generic wcschr optimizationAdhemerval Zanella
2019-04-04powerpc: Use generic wcscpy optimizationAdhemerval Zanella
2019-03-29[powerpc] Use __builtin_{mffs,mtfsf}Paul A. Clarke
2019-03-25powerpc: Remove ununsed s_float_bitwise.hAdhemerval Zanella
2019-03-22Refactor hp-timing rtld usageAdhemerval Zanella
2019-03-13Fix output of LD_SHOW_AUXV=1.Stefan Liebler
2019-03-07Break lines before not after operators, batch 4.Joseph Myers
2019-03-05powerpc: Fix build of wcscpy with --disable-multi-archGabriel F. T. Gomes
2019-02-28Add more spaces before '('.Joseph Myers
2019-02-27powerpc: Fix linknamespace introduced by 4d8015639a75Adhemerval Zanella
2019-02-27Add some spaces before '('.Joseph Myers
2019-02-27wcsmbs: optimize wcscatAdhemerval Zanella
2019-02-26Add and move fall-through comments in system-specific code.Joseph Myers
2019-02-25Break more lines before not after operators.Joseph Myers
2019-02-20powerpc64le: Remove test for GCC 6.2Gabriel F. T. Gomes
2019-02-11Use float in e_sqrt.cPaul Clarke
2019-02-08Remove powerpc bits/mathinline.h.Joseph Myers
2019-01-16powerpc: Fix tiny bug in strncmp.cPaul Clarke
2019-01-15powerpc: fix tst-ucontext-ppc64-vscr test for POWER 5/6.Rogerio Alves
2019-01-11powerpc: Fix VSCR position in ucontext (bug 24088)Rogerio Alves
2019-01-02Update powerpc-nofpu libm-test-ulps.Joseph Myers
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-12-19Print cache size and geometry auxv types on LD_SHOW_AUXV=1Tulio Magno Quites Machado Filho
2018-12-12powerpc: Add missing CFI register information (bug #23614)Tulio Magno Quites Machado Filho
2018-12-10Move *-le.abilist to le/*.abilistAndreas Schwab
2018-11-13Add hidden_tls_def macros, fix powerpc-soft build with GCC 9.Joseph Myers
2018-09-28Remove unnecessary math_private.h includes.Joseph Myers
2018-09-27Use copysign functions not __copysign functions in glibc libm.Joseph Myers
2018-09-27Use round functions not __round functions in glibc libm.Joseph Myers
2018-09-26Add missing unwind information to ld.so on powerpc32 (bug 23707)Andreas Schwab
2018-09-21powerpc: Only enable TLE with PPC_FEATURE2_HTM_NOSCAdhemerval Zanella
2018-09-20Use trunc functions not __trunc functions in glibc libm.Joseph Myers
2018-09-17Use ceil functions not __ceil functions in glibc libm.Joseph Myers
2018-09-14Use rint functions not __rint functions in glibc libm.Joseph Myers
2018-09-14Use floor functions not __floor functions in glibc libm.Joseph Myers
2018-09-05Add new exp and exp2 implementationsSzabolcs Nagy