powerpc: Add support for fmaf128() in hardware
commit66807aebadc4a8cf62a9593ab3f714f971366907
authorRaphael Moreira Zinsly <rzinsly@linux.ibm.com>
Fri, 20 Mar 2020 20:52:28 +0000 (20 17:52 -0300)
committerTulio Magno Quites Machado Filho <tuliom@linux.ibm.com>
Mon, 30 Mar 2020 21:04:27 +0000 (30 18:04 -0300)
tree0539c8f87d385be9871530da3795151cec0c7a5b
parent1a044511a3f9020c3f430164e0a6a77426fecd7e
powerpc: Add support for fmaf128() in hardware

Adds a POWER9 version of fmaf128 that uses the xsmaddqp
instruction.

Co-authored-by: Tulio Magno Quites Machado Filho <tuliom@linux.ibm.com>
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
sysdeps/powerpc/powerpc64/le/fpu/multiarch/Makefile
sysdeps/powerpc/powerpc64/le/fpu/multiarch/s_fmaf128-power9.c [new file with mode: 0644]
sysdeps/powerpc/powerpc64/le/fpu/multiarch/s_fmaf128-ppc64.c [new file with mode: 0644]
sysdeps/powerpc/powerpc64/le/fpu/multiarch/s_fmaf128.c [new file with mode: 0644]
sysdeps/powerpc/powerpc64/le/power9/fpu/s_fmaf128.c [new file with mode: 0644]