about summary refs log tree commit diff
path: root/sysdeps/powerpc/powerpc64/fpu
Commit message (Expand)AuthorAgeFilesLines
* Stop powerpc copysignl raising "invalid" for sNaN argument (bug 20718).Joseph Myers2016-10-191-6/+4
* 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
* Use generic fdim on more architectures (bug 6796, bug 20255, bug 20256).Joseph Myers2016-06-141-5/+0
* Fix powerpc64 ceil, rint etc. on sNaN input (bug 20160).Joseph Myers2016-05-2712-12/+84
* Avoid "invalid" exceptions from powerpc fabsl (sNaN) (bug 20157).Joseph Myers2016-05-271-3/+2
* Do not raise "inexact" from powerpc64 ceil, floor, trunc (bug 15479).Joseph Myers2016-05-256-18/+36
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-0498-98/+98
* Fix powerpc round, roundf spurious "inexact" (bug 19238).Joseph Myers2015-11-122-6/+12
* Fix powerpc64 lround, lroundf, llround, llroundf spurious "inexact" exception...Joseph Myers2015-11-122-0/+13
* Fix powerpc nearbyint wrongly clearing "inexact" and leaving traps disabled (...Joseph Myers2015-11-112-4/+8
* powerpc: Fix fsqrt build in libm [BZ#16576]Adhemerval Zanella2015-01-282-60/+0
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-02100-100/+100
* Remove IS_IN_libmSiddhesh Poyarekar2014-11-248-8/+8
* PowerPC: Fix multiarch hypotf PPC64 pathAdhemerval Zanella2014-05-191-0/+0
* Fix s_copysign stack temp for PowerPC64 ELFv2Alan Modra2014-04-011-2/+2
* PowerPC: remove wrong roundl implementation for PowerPC64Adhemerval Zanella2014-03-141-132/+0
* PowerPC: remove wrong nearbyintl implementation for PPC64Adhemerval Zanella2014-03-141-113/+0
* PowerPC: remove wrong ceill implementation for PowerPC64Adhemerval Zanella2014-03-141-132/+0
* PowerPC: llround/llroundf POWER8 optimizationAdhemerval Zanella2014-02-273-5/+39
* PowerPC: llrint/llrintf POWER8 optimizationAdhemerval Zanella2014-02-273-3/+38
* PowerPC: Optimized finite/finitef for POWER8Adhemerval Zanella2014-02-274-6/+45
* PowerPC: Optimized isinf/isinff for POWER8Adhemerval Zanella2014-02-274-6/+46
* PowerPC: Optimized isnan/isnanf for POWER8Adhemerval Zanella2014-02-274-17/+57
* PowerPC: remove wrong truncl implementation for PowerPC64Adhemerval Zanella2014-01-081-120/+0
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-0199-99/+99
* PowerPC: multiarch hypot/hypotf for PowerPC64Adhemerval Zanella2013-12-137-1/+158
* PowerPC: multiarch modf/modff for PowerPC64Adhemerval Zanella2013-12-137-2/+173
* PowerPC: multiarch logb/logbl/logbf for PowerPC64Adhemerval Zanella2013-12-1310-1/+244
* PowerPC: multiarch isinf/isinff for PowerPC64Adhemerval Zanella2013-12-136-2/+178
* PowerPC: multiarch finite/finitef for PowerPC64Adhemerval Zanella2013-12-136-2/+186
* PowerPC: multiarch llrint/lrint for PowerPC64Adhemerval Zanella2013-12-135-1/+122
* PowerPC: multiarch copysign/copysignf for PowerPC64Adhemerval Zanella2013-12-135-2/+155
* PowerPC: multiarch trunc/truncf for PowerPC64Adhemerval Zanella2013-12-137-1/+188
* PowerPC: multiarch round/roundf for PowerPC64Adhemerval Zanella2013-12-137-1/+188
* PowerPC: multiarch floor/floorf for PowerPC64Adhemerval Zanella2013-12-137-1/+190
* PowerPC: multiarch ceil/ceilf for PowerPC64Adhemerval Zanella2013-12-137-1/+188
* PowerPC: multiarch llround/lround for PowerPC64Adhemerval Zanella2013-12-136-1/+155
* PowerPC: multiarch isnan/isnanf for PowerPC64Adhemerval Zanella2013-12-138-0/+264
* PowerPC floating point little-endian [14 of 15]Anton Blanchard2013-10-046-7/+19
* Remove trailing whitespace.Joseph Myers2013-06-0514-36/+36
* PowerPC: remove branch prediction from rint implementationAdhemerval Zanella2013-04-012-6/+6
* Fix spelling errors in sysdeps/powerpc files.Anton Blanchard2013-01-072-6/+6
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-0226-26/+26
* Fix missing nearbyintl@GLIBC_2.1 on powerpcAndreas Schwab2012-05-011-3/+3
* Correct powerpc64 s_floorl edge cases (bug 13886).Adhemerval Zanella2012-04-241-133/+0
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-0927-81/+54
* Optimized nearbyint for PPCAdhemerval Zanella2011-12-172-0/+127