mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-30 13:13:43 +08:00
powerpc: Fix sinf() IFUNC fallback.
sysdeps/powerpc/powerpc64/fpu/multiarch/s_sinf-ppc64.c should fall back to sysdeps/powerpc/fpu/s_sinf.c not to sysdeps/ieee754/flt-32/s_sinf.c. * sysdeps/powerpc/powerpc64/fpu/multiarch/s_sinf-ppc64.c: Change s_sinf.c from sysdeps/ieee754/flt-32/ to sysdeps/powerpc/fpu/.
This commit is contained in:
parent
1301c20f6c
commit
76c4c838e7
@ -1,3 +1,8 @@
|
||||
2017-06-23 Rogerio A. Cardoso <rcardoso@linux.vnet.ibm.com>
|
||||
|
||||
* sysdeps/powerpc/powerpc64/fpu/multiarch/s_sinf-ppc64.c: Change
|
||||
s_sinf.c from sysdeps/ieee754/flt-32/ to sysdeps/powerpc/fpu/.
|
||||
|
||||
2017-06-23 Paul A. Clarke <pc@us.ibm.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/powerpc/sysconf.c: Remove references
|
||||
|
@ -23,4 +23,4 @@
|
||||
|
||||
#define __sinf __sinf_ppc64
|
||||
|
||||
#include <sysdeps/ieee754/flt-32/s_sinf.c>
|
||||
#include <sysdeps/powerpc/fpu/s_sinf.c>
|
||||
|
Loading…
Reference in New Issue
Block a user