about summary refs log tree commit diff
path: root/sysdeps/powerpc/powerpc32/power7/fpu
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-026-6/+6
|
* Optimize handling of denormals in logb/logbf/logblAndreas Schwab2012-05-262-11/+10
|
* PowerPC: libm ABI updateAdhemerval Zanella2012-05-222-5/+14
| | | | Update for libm abilist for POWER6 and POWER7.
* PowerPC - logb[f|l] optimization for POWER7Adhemerval Zanella2012-05-153-0/+207
| | | | | | This patch provides optimized logb (1.2x on PPC32 and 2.5x on PPC64), logbf (1.1x on PPC32 and 2.2x on PPC64), and logbl (1.3x on PPC32 and 50% on PPC64) for the POWER7 processor.
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-093-9/+6
|
* Simplify code for accessing powerpc GOTWill Schmidt2011-12-173-15/+12
|
* Fix POWER7 ImpliesLuis Machado2010-02-101-1/+0
|
* Fix whitespace issues.Ulrich Drepper2010-02-091-1/+0
|
* power7-optimized classification functionsLuis Machado2010-02-096-0/+273
|
* * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Add branchUlrich Drepper2009-03-121-0/+1
prediction. A few size optimizations.