]> git.ipfire.org Git - thirdparty/glibc.git/commit
powerpc64le: use common fmaf128 implementation
authorPaul E. Murphy <murphyp@linux.vnet.ibm.com>
Wed, 3 Jun 2020 18:57:20 +0000 (13:57 -0500)
committerPaul E. Murphy <murphyp@linux.vnet.ibm.com>
Fri, 5 Jun 2020 20:29:44 +0000 (15:29 -0500)
commit6ef422750985f7e60a8d480f07ecda59e0311fdf
tree92ba3cc4db0728914cb322df7520e43c20286637
parente52434a2e4d1105272daaef87678da950fbec73f
powerpc64le: use common fmaf128 implementation

This defines the macro such that it should behave best on all
supported powerpc targets.  Likewise, this allows us to remove the
ppc64le specific s_fmaf128.c.

I have verified powerpc64le multiarch and powerpc64le power9
no-multiarch builds continue to generate optimize fmaf128.
sysdeps/powerpc/fpu/math-use-builtins.h
sysdeps/powerpc/powerpc64/le/fpu/multiarch/s_fmaf128-power9.c
sysdeps/powerpc/powerpc64/le/power9/fpu/s_fmaf128.c [deleted file]