summaryrefslogtreecommitdiff
path: root/sysdeps/powerpc/powerpc32/power4/fpu/multiarch
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-0139-39/+39
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-0739-39/+39
* powerpc: refactor logb{f,l}Adhemerval Zanella2019-07-083-21/+3
* powerpc: Refactor modf{f}Adhemerval Zanella2019-07-082-20/+2
* powerpc: Refactor powerpc32 lround/lroundf/llround/llroundfAdhemerval Zanella2019-06-2611-157/+15
* powerpc: Refactor powerpc32 lrint/lrintf/llrint/llrintfAdhemerval Zanella2019-06-1711-145/+15
* powerpc: Remove optimized finiteAdhemerval Zanella2019-06-126-193/+2
* powerpc: Remove optimized isinfAdhemerval Zanella2019-06-126-186/+2
* powerpc: Remove optimized isnanAdhemerval Zanella2019-06-129-287/+2
* powerpc: copysign cleanupAdhemerval Zanella2019-06-125-149/+3
* powerpc: trunc/truncf refactorAdhemerval Zanella2019-05-098-117/+12
* powerpc: round/roundf refactorAdhemerval Zanella2019-05-098-117/+12
* powerpc: floor/floorf refactorAdhemerval Zanella2019-05-098-117/+12
* powerpc: ceil/ceilf refactorAdhemerval Zanella2019-04-299-117/+14
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-0187-87/+87
* 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
* Don't include math.h/math_private.h in math_ldbl_opt.h.Zack Weinberg2018-03-102-0/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-0187-87/+87
* Use libm_alias_float for powerpc.Joseph Myers2017-12-0511-11/+22
* Use libm_alias_double for remaining powerpc functions.Joseph Myers2017-12-026-56/+13
* 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
* 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
* Remove powerpc32 sqrt wrappers.Joseph Myers2017-08-257-188/+0
* Move wrappers to libm-compat-calls-autoGabriel F. T. Gomes2017-01-047-6/+7
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-0193-93/+93
* Use gcc attribute ifunc in libc_ifunc macro instead of inline assembly due to...Stefan Liebler2016-10-076-35/+58
* ppc: Fix modf (sNaN) for pre-POWER5+ CPU (bug 20240).Aurelien Jarno2016-07-081-0/+5
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-0493-93/+93
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-0293-93/+93
* Remove IS_IN_libmSiddhesh Poyarekar2014-11-245-5/+5
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-0193-93/+93
* PowerPC: multiarch __ieee754_hypot[f] for PowerPC32Adhemerval Zanella2013-12-067-1/+172
* PowerPC: multiarch logb/logbf/logbl for PowerPC32Adhemerval Zanella2013-12-0610-1/+264
* PowerPC: multiarch modf/modff for PowerPC32Adhemerval Zanella2013-12-067-2/+194
* PowerPC: multiarch lrint/lrintf for PowerPC32Adhemerval Zanella2013-12-065-1/+137
* PowerPC: multiarch lround/lrounf for PowerPC32Adhemerval Zanella2013-12-066-1/+176
* PowerPC: multiarch copysign/copysignf for PowerPC32Adhemerval Zanella2013-12-065-2/+154
* PowerPC: multiarch trunc/truncf for PowerPC32Adhemerval Zanella2013-12-067-1/+191
* PowerPC: multiarch round/roundf for PowerPC32Adhemerval Zanella2013-12-067-1/+191
* PowerPC: multiarch floor/floorf for PowerPC32Adhemerval Zanella2013-12-067-1/+192
* PowerPC: multiarch ceil/ceilf for PowerPC32Adhemerval Zanella2013-12-067-1/+191
* PowerPC: multiarch finite/finitef for PowerPC32Adhemerval Zanella2013-12-066-2/+184
* PowerPC: multiarch isinf/isinff for PowerPC32Adhemerval Zanella2013-12-066-2/+178
* PowerPC: multiarch isnan/isnanf for PowerPC32Adhemerval Zanella2013-12-069-1/+281