about summary refs log tree commit diff
path: root/sysdeps/powerpc/power5+
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-012-2/+2
|
* PowerPC: modf optimization fixAdhemerval Zanella2013-04-262-0/+104
This patch fix the 3c0265394d9ffedff2b0de508602dc52e077ce5c commits by correctly setting minimum architecture for modf PPC optimization to power5+ instead of power5 (since only on power5+ round/ceil will be inline to inline assembly).