about summary refs log tree commit diff
path: root/sysdeps/powerpc/power5+/fpu/s_modff.c
Commit message (Collapse)AuthorAgeFilesLines
* PowerPC: modf optimization fixAdhemerval Zanella2013-04-261-0/+46
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).