PowerPC: modf optimization
commit51c33bd233d00d77f268ec28565506a6cd1e7d10
authorAdhemerval Zanella <azanella@linux.vnet.ibm.com>
Mon, 25 Mar 2013 21:10:06 +0000 (25 16:10 -0500)
committerRyan S. Arnold <rsa@linux.vnet.ibm.com>
Thu, 25 Jul 2013 21:05:01 +0000 (25 16:05 -0500)
treedfacfcbb33b8a4484058093020fbc92010ffa22b
parent812d5041cc894813365567180a443cb00ecad723
PowerPC: modf optimization

This patch implements modf/modff optimization for POWER by focus
on FP operations instead of relying in integer ones.
(backported from commit 3c0265394d9ffedff2b0de508602dc52e077ce5c)

This backport does not include the benchmark tests from the original
commit.
ChangeLog
sysdeps/powerpc/power5/fpu/s_modf.c [new file with mode: 0644]
sysdeps/powerpc/power5/fpu/s_modff.c [new file with mode: 0644]
sysdeps/powerpc/powerpc32/power5/Implies
sysdeps/powerpc/powerpc64/power5/Implies