]> git.ipfire.org Git - thirdparty/glibc.git/commit
powerpc: Add a POWER8-optimized version of sinf()
authorAnton Blanchard <anton@samba.org>
Tue, 28 Jun 2016 11:59:40 +0000 (21:59 +1000)
committerTulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
Fri, 14 Oct 2016 17:31:30 +0000 (14:31 -0300)
commit35c185d1035652fb13c67ea9d2fd082c90e76051
treedb8ede986b7344de0caa7a2a05a8f9facccf5c76
parentf47319aa8799953ca14494974d87853cd80352d2
powerpc: Add a POWER8-optimized version of sinf()

This uses the implementation of sinf() in sysdeps/x86_64/fpu/s_sinf.S
as inspiration.

(cherry picked from commit aa95fc13f5b02044eadc3af3d9e1c025f2e1edda)
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]