about summary refs log tree commit diff
path: root/sysdeps/powerpc
Commit message (Expand)AuthorAgeFilesLines
* powerpc64*: fix the order of implied sysdeps directoriesGabriel F. T. Gomes2018-04-27104-53/+93
* powerpc: Update sin, cos and sincos ULPsTulio Magno Quites Machado Filho2018-04-041-0/+6
* elf: Unify symbol address run-time calculation [BZ #19818]Maciej W. Rozycki2018-04-042-3/+2
* Remove powerpc, sparc fdim inlines (bug 22987).Joseph Myers2018-03-201-14/+0
* Add narrowing subtract functions.Joseph Myers2018-03-201-0/+4
* Remove all target specific __ieee754_sqrt(f/l) inlinesWilco Dijkstra2018-03-151-30/+0
* Rename all __ieee754_sqrt(f/l) calls to sqrt(f/l)Wilco Dijkstra2018-03-152-5/+5
* hurd: add gscope supportSamuel Thibault2018-03-111-0/+1
* Don't include math.h/math_private.h in math_ldbl_opt.h.Zack Weinberg2018-03-106-0/+7
* powerpc: Fix TLE build for SPE (BZ #22926)Adhemerval Zanella2018-03-072-2/+2
* Fix powerpc ifunc-sel.h build for -Os.Joseph Myers2018-03-021-2/+2
* powerpc: Update pow() ULPsTulio Magno Quites Machado Filho2018-02-121-0/+2
* Remove slow paths from expSzabolcs Nagy2018-02-121-1/+0
* Remove slow paths from powWilco Dijkstra2018-02-121-1/+0
* Add narrowing add functions.Joseph Myers2018-02-101-0/+4
* Fix narrowing function tests build for powerpc64le.Joseph Myers2018-02-101-0/+6
* Use xmalloc in tst-setcontext-fpscr.c (bug 19668).Joseph Myers2018-02-061-2/+2
* powerpc: Fix syscalls during early process initialization [BZ #22685]Tulio Magno Quites Machado Filho2018-01-192-4/+6
* powerpc: Fix llround spurious inexact on 32-bit POWER4 [BZ #22697]Tulio Magno Quites Machado Filho2018-01-121-0/+5
* Fix powerpc-nofpu fmaxmagl, fminmagl spurious "invalid" exception (bug 22691).Joseph Myers2018-01-101-0/+2
* Fix powerpc-nofpu remainderl wrong sign of zero result (bug 22688).Joseph Myers2018-01-091-0/+1
* Fix powerpc-nofpu complex long double functions spurious "invalid" exception ...Joseph Myers2018-01-091-6/+20
* powerpc: Fix error message during relocation overflowTulio Magno Quites Machado Filho2018-01-051-1/+4
* Update powerpc-nofpu libm-test-ulps.Joseph Myers2018-01-021-28/+34
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-01813-813/+813
* Provide a C++ version of iseqsig (bug 22377)Gabriel F. T. Gomes2017-12-191-2/+6
* Revert exp reimplementation (causes test failures).Joseph Myers2017-12-191-0/+1
* Improve __ieee754_exp() performance by greater than 5x on sparc/x86.Patrick McGehearty2017-12-191-1/+0
* powerpc: Update ulpsRajalakshmi Srinivasaraghavan2017-12-161-20/+20
* powerpc: st{r,p}cpy optimization for aligned stringsRajalakshmi Srinivasaraghavan2017-12-151-3/+146
* Remove --with-fp / --without-fp.Joseph Myers2017-12-121-0/+1
* powerpc: POWER8 memcpy optimization for cached memoryAdhemerval Zanella2017-12-1111-13/+310
* Add elision tunablesRogerio Alves2017-12-054-14/+3
* Use libm_alias_float for powerpc.Joseph Myers2017-12-0574-83/+157
* Use libm_alias_double for remaining powerpc functions.Joseph Myers2017-12-0234-361/+83
* Define powerpc64 lroundl compat symbol only once.Joseph Myers2017-12-011-1/+0
* Base powerpc logbl compat symbols on __logb not logb.Joseph Myers2017-12-013-3/+3
* Ues libm_alias_double for various powerpc functions.Joseph Myers2017-12-0132-287/+67
* Use libm_alias_double for powerpc fabs, fma.Joseph Myers2017-12-016-32/+4
* powerpc: Regenerate ULPsGabriel F. T. Gomes2017-12-011-2/+2
* Use libm_alias_float for e500.Joseph Myers2017-12-011-1/+2
* Add _Float64x function aliases.Joseph Myers2017-11-271-0/+11
* Use -mfloat128 for _Float64x tests for powerpc64le.Joseph Myers2017-11-241-1/+5
* powerpc: Update AT_HWCAP2 bitsTulio Magno Quites Machado Filho2017-11-172-2/+4
* Support bits/floatn.h inclusion from .S files.Joseph Myers2017-11-171-28/+32
* nptl: Define __PTHREAD_MUTEX_{NUSERS_AFTER_KIND,USE_UNION}Adhemerval Zanella2017-11-071-0/+2
* nptl: Add tests for internal pthread_mutex_t offsetsAdhemerval Zanella2017-11-071-0/+15
* powerpc: Use latest optimization for internal function callsRajalakshmi Srinivasaraghavan2017-11-071-1/+1
* Do not declare _Float128 support for powerpc64le -mlong-double-64 (bug 22402).Joseph Myers2017-11-061-1/+2
* [PowerPC64] sysdep.h doesn't need to be included in multiarch filesAlan Modra2017-10-3196-193/+28