powerpc: add single instruction fabs, fabsf, fma, fmaf, sqrt, sqrtf
commit7c5f3bb955123ba65bbdedee0e4499ef78a5747c
authorSzabolcs Nagy <nsz@port70.net>
Thu, 20 Sep 2018 23:14:11 +0000 (20 23:14 +0000)
committerRich Felker <dalias@aerifal.cx>
Mon, 15 Oct 2018 18:41:59 +0000 (15 14:41 -0400)
treecb05a4518e85d56141d0e2e0ebb03ba312dfe470
parent1da534ada8a66424e0d23e94ab6750b689be6d64
powerpc: add single instruction fabs, fabsf, fma, fmaf, sqrt, sqrtf

These are only available on hard float target and sqrt is not available
in the base ISA, so further check is used.
src/math/powerpc/fabs.c [new file with mode: 0644]
src/math/powerpc/fabsf.c [new file with mode: 0644]
src/math/powerpc/fma.c [new file with mode: 0644]
src/math/powerpc/fmaf.c [new file with mode: 0644]
src/math/powerpc/sqrt.c [new file with mode: 0644]
src/math/powerpc/sqrtf.c [new file with mode: 0644]