]> sourceware.org Git - glibc.git/commit
powerpc64le: Avoid conflicting types for f64xfmaf128 when IFUNC is not used
authorTulio Magno Quites Machado Filho <tuliom@linux.ibm.com>
Thu, 23 Sep 2021 17:04:21 +0000 (14:04 -0300)
committerTulio Magno Quites Machado Filho <tuliom@linux.ibm.com>
Thu, 23 Sep 2021 22:29:54 +0000 (19:29 -0300)
commit54ff4f1e39067bfd04fb2141710637a11ef88862
tree7ba6bf48e1ff8ce8a0b285fe785887c81c7844f8
parent4ed7a383f9a8468194ccaebba3f0fa659003888d
powerpc64le: Avoid conflicting types for f64xfmaf128 when IFUNC is not used

Avoid defining f64xfmaf128 twice when building s_fmaf128.c.
This can be reproduced on powerpc64le whenever f128 functions do not
have IFUNC enabled, e.g. using "--with-cpu=power8 --disable-multi-arch", or
when using "-with-cpu=power9".

Fixes: b3f27d8150d4f ("Add narrowing fma functions")
sysdeps/ieee754/float128/s_fmaf128.c
This page took 0.040506 seconds and 5 git commands to generate.