about summary refs log tree commit diff
path: root/sysdeps/powerpc
Commit message (Expand)AuthorAgeFilesLines
* [powerpc] get_rounding_mode: utilize faster method to get rounding modePaul A. Clarke2019-06-062-3/+59
* [powerpc] fegetexcept: utilize function instead of duplicating codePaul A. Clarke2019-06-051-13/+1
* powerpc: Fix build failures with current GCCGabriel F. T. Gomes2019-05-307-37/+28
* powerpc: generic nearbyint/nearbyintfAdhemerval Zanella2019-05-287-303/+75
* Remove support for PowerPC SPE extension (powerpc*-*-*gnuspe*).Zack Weinberg2019-05-2238-1530/+52
* powerpc: trunc/truncf refactorAdhemerval Zanella2019-05-0932-665/+104
* powerpc: round/roundf refactorAdhemerval Zanella2019-05-0931-704/+121
* powerpc: floor/floorf refactorAdhemerval Zanella2019-05-0931-633/+105
* powerpc: ceil/ceilf refactorAdhemerval Zanella2019-04-2933-637/+221
* powerpc: Remove power4 mpa optimizationAdhemerval Zanella2019-04-293-275/+0
* powerpc: Fix format issue from 3a16dd780eeba602Adhemerval Zanella2019-04-172-2/+4
* powerpc: fma using builtinsAdhemerval Zanella2019-04-172-14/+10
* powerpc: Use generic fabs{f} implementationsAdhemerval Zanella2019-04-172-34/+0
* powerpc: Use generic wcsrchr optimizationAdhemerval Zanella2019-04-0415-320/+1
* powerpc: Use generic wcschr optimizationAdhemerval Zanella2019-04-0415-362/+3
* powerpc: Use generic wcscpy optimizationAdhemerval Zanella2019-04-0415-337/+6
* [powerpc] Use __builtin_{mffs,mtfsf}Paul A. Clarke2019-03-293-12/+6
* powerpc: Remove ununsed s_float_bitwise.hAdhemerval Zanella2019-03-251-115/+0
* Refactor hp-timing rtld usageAdhemerval Zanella2019-03-222-8/+0
* Fix output of LD_SHOW_AUXV=1.Stefan Liebler2019-03-131-1/+1
* Break lines before not after operators, batch 4.Joseph Myers2019-03-071-3/+3
* powerpc: Fix build of wcscpy with --disable-multi-archGabriel F. T. Gomes2019-03-051-0/+3
* Add more spaces before '('.Joseph Myers2019-02-285-24/+24
* powerpc: Fix linknamespace introduced by 4d8015639a75Adhemerval Zanella2019-02-271-4/+4
* Add some spaces before '('.Joseph Myers2019-02-271-1/+1
* wcsmbs: optimize wcscatAdhemerval Zanella2019-02-273-29/+29
* Add and move fall-through comments in system-specific code.Joseph Myers2019-02-261-0/+2
* Break more lines before not after operators.Joseph Myers2019-02-252-6/+6
* powerpc64le: Remove test for GCC 6.2Gabriel F. T. Gomes2019-02-202-69/+1
* Use float in e_sqrt.cPaul Clarke2019-02-111-1/+1
* Remove powerpc bits/mathinline.h.Joseph Myers2019-02-081-58/+0
* powerpc: Fix tiny bug in strncmp.cPaul Clarke2019-01-161-1/+1
* powerpc: fix tst-ucontext-ppc64-vscr test for POWER 5/6.Rogerio Alves2019-01-151-2/+2
* powerpc: Fix VSCR position in ucontext (bug 24088)Rogerio Alves2019-01-112-0/+89
* Update powerpc-nofpu libm-test-ulps.Joseph Myers2019-01-021-44/+44
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-01808-808/+808
* Print cache size and geometry auxv types on LD_SHOW_AUXV=1Tulio Magno Quites Machado Filho2018-12-191-2/+53
* powerpc: Add missing CFI register information (bug #23614)Tulio Magno Quites Machado Filho2018-12-123-18/+38
* Move *-le.abilist to le/*.abilistAndreas Schwab2018-12-101-4/+0
* Add hidden_tls_def macros, fix powerpc-soft build with GCC 9.Joseph Myers2018-11-131-3/+3
* Remove unnecessary math_private.h includes.Joseph Myers2018-09-283-3/+0
* Use copysign functions not __copysign functions in glibc libm.Joseph Myers2018-09-276-6/+10
* Use round functions not __round functions in glibc libm.Joseph Myers2018-09-275-24/+4
* Add missing unwind information to ld.so on powerpc32 (bug 23707)Andreas Schwab2018-09-261-0/+3
* powerpc: Only enable TLE with PPC_FEATURE2_HTM_NOSCAdhemerval Zanella2018-09-215-67/+1
* Use trunc functions not __trunc functions in glibc libm.Joseph Myers2018-09-205-20/+4
* Use ceil functions not __ceil functions in glibc libm.Joseph Myers2018-09-177-22/+6
* Use rint functions not __rint functions in glibc libm.Joseph Myers2018-09-144-2/+4
* Use floor functions not __floor functions in glibc libm.Joseph Myers2018-09-147-22/+6
* Add new exp and exp2 implementationsSzabolcs Nagy2018-09-051-48/+48