summary refs log tree commit diff
path: root/sysdeps/powerpc/powerpc64/fpu/multiarch
Commit message (Expand)AuthorAgeFilesLines
* powerpc: refactor logb{f,l}Adhemerval Zanella2019-07-0810-236/+0
* powerpc: Refactor modf{f}Adhemerval Zanella2019-07-087-169/+0
* powerpc: hypot refactor and optimizationAdhemerval Zanella2019-07-087-160/+1
* powerpc: Use generic e_expfAdhemerval Zanella2019-06-265-79/+0
* powerpc: Refactor powerpc64 lround/lroundf/llround/llroundfAdhemerval Zanella2019-06-179-250/+1
* powerpc: refactor powerpc64 lrint/lrintf/llrint/llrintfAdhemerval Zanella2019-06-177-187/+1
* powerpc: Remove optimized finiteAdhemerval Zanella2019-06-127-239/+1
* powerpc: Remove optimized isinfAdhemerval Zanella2019-06-127-230/+0
* powerpc: Remove optimized isnanAdhemerval Zanella2019-06-129-313/+0
* powerpc: copysign cleanupAdhemerval Zanella2019-06-125-147/+1
* powerpc: trunc/truncf refactorAdhemerval Zanella2019-05-097-178/+0
* powerpc: round/roundf refactorAdhemerval Zanella2019-05-097-178/+1
* powerpc: floor/floorf refactorAdhemerval Zanella2019-05-097-178/+1
* powerpc: ceil/ceilf refactorAdhemerval Zanella2019-04-297-178/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-0184-84/+84
* Use copysign functions not __copysign functions in glibc libm.Joseph Myers2018-09-272-0/+2
* Use round functions not __round functions in glibc libm.Joseph Myers2018-09-272-0/+2
* Use trunc functions not __trunc functions in glibc libm.Joseph Myers2018-09-202-0/+2
* Use ceil functions not __ceil functions in glibc libm.Joseph Myers2018-09-172-0/+2
* Use floor functions not __floor functions in glibc libm.Joseph Myers2018-09-142-0/+2
* powerpc: Remove powerpc specific sinf and cosf optimizationRajalakshmi Srinivasaraghavan2018-08-207-162/+0
* Don't include math.h/math_private.h in math_ldbl_opt.h.Zack Weinberg2018-03-103-0/+3
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-0190-90/+90
* Use libm_alias_float for powerpc.Joseph Myers2017-12-0511-13/+24
* Use libm_alias_double for remaining powerpc functions.Joseph Myers2017-12-024-53/+11
* 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-011-1/+1
* Ues libm_alias_double for various powerpc functions.Joseph Myers2017-12-015-46/+11
* [PowerPC64] sysdep.h doesn't need to be included in multiarch filesAlan Modra2017-10-3141-83/+28
* [PowerPC64] Don't define __GI_ variant of isnan for static libAlan Modra2017-10-311-3/+5
* Use libm_alias_double for dbl-64 modf.Joseph Myers2017-10-031-5/+0
* Use libm_alias_double for dbl-64 logb.Joseph Myers2017-10-031-5/+0
* Do not wrap expf and exp2fSzabolcs Nagy2017-10-022-4/+2
* powerpc: Add redirection for finitef128, isinf128, and isnanf128Gabriel F. T. Gomes2017-09-213-0/+27
* [BZ #21745] powerpc: build some IFUNC math functions for libc and libmTulio Magno Quites Machado Filho2017-09-152-17/+22
* powerpc: Fix sinf() IFUNC fallback.Rogerio A. Cardoso2017-06-231-1/+1
* powerpc: Add optimized version of [l]lroundfRajalakshmi Srinivasaraghavan2017-06-233-1/+79
* powerpc: Add optimized version of [l]lrintfRajalakshmi Srinivasaraghavan2017-06-211-0/+46
* powerpc: Add a POWER8-optimized version of cosf()Paul Clarke2017-05-174-1/+85
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-0184-84/+84
* Use gcc attribute ifunc in libc_ifunc macro instead of inline assembly due to...Stefan Liebler2016-10-076-51/+74
* ppc: Fix modf (sNaN) for pre-POWER5+ CPU (bug 20240).Aurelien Jarno2016-07-081-0/+5
* powerpc: Add a POWER8-optimized version of sinf()Anton Blanchard2016-06-304-1/+85
* powerpc: Add a POWER8-optimized version of expf()Tulio Magno Quites Machado Filho2016-06-304-1/+83
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-0478-78/+78
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-0278-78/+78
* Remove IS_IN_libmSiddhesh Poyarekar2014-11-245-5/+5
* PowerPC: Fix multiarch hypotf PPC64 pathAdhemerval Zanella2014-05-191-0/+0
* PowerPC: llround/llroundf POWER8 optimizationAdhemerval Zanella2014-02-273-5/+39
* PowerPC: llrint/llrintf POWER8 optimizationAdhemerval Zanella2014-02-273-3/+38