powerpc: Add a POWER8-optimized version of sinf()
commitaa95fc13f5b02044eadc3af3d9e1c025f2e1edda
authorAnton Blanchard <anton@samba.org>
Tue, 28 Jun 2016 11:59:40 +0000 (28 21:59 +1000)
committerTulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
Thu, 30 Jun 2016 19:08:49 +0000 (30 16:08 -0300)
treea2b2ddf6f9836843c1ec6484df50887c5267b7d1
parent35da2541c382d1d4b7c9a15049a3cd1c7a6863a3
powerpc: Add a POWER8-optimized version of sinf()

This uses the implementation of sinf() in sysdeps/x86_64/fpu/s_sinf.S
as inspiration.
ChangeLog
sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile
sysdeps/powerpc/powerpc64/fpu/multiarch/s_sinf-power8.S [new file with mode: 0644]
sysdeps/powerpc/powerpc64/fpu/multiarch/s_sinf-ppc64.c [new file with mode: 0644]
sysdeps/powerpc/powerpc64/fpu/multiarch/s_sinf.c [new file with mode: 0644]
sysdeps/powerpc/powerpc64/power8/fpu/s_sinf.S [new file with mode: 0644]