PowerPC: modf optimization fix
commit599fefcc3e7fbf65d9c441bf1b336b272c39f262
authorAdhemerval Zanella <azanella@linux.vnet.ibm.com>
Fri, 26 Apr 2013 18:00:56 +0000 (26 13:00 -0500)
committerRyan S. Arnold <rsa@linux.vnet.ibm.com>
Thu, 25 Jul 2013 21:07:54 +0000 (25 16:07 -0500)
treec23e6d70f12b89a64a6633e3ae08b60f9f04ce49
parent51c33bd233d00d77f268ec28565506a6cd1e7d10
PowerPC: modf optimization fix

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).
(cherry picked from commit aa630f590c9c7d070a7cdf3a2a88069ad6b63de9)
ChangeLog
sysdeps/powerpc/power5+/fpu/s_modf.c [moved from sysdeps/powerpc/power5/fpu/s_modf.c with 100% similarity]
sysdeps/powerpc/power5+/fpu/s_modff.c [moved from sysdeps/powerpc/power5/fpu/s_modff.c with 100% similarity]
sysdeps/powerpc/powerpc32/power5+/Implies
sysdeps/powerpc/powerpc64/power5+/Implies