summaryrefslogtreecommitdiff
path: root/src/math/powerpc
AgeCommit message (Collapse)AuthorLines
2018-10-15powerpc: add single instruction fabs, fabsf, fma, fmaf, sqrt, sqrtfSzabolcs Nagy-0/+90
These are only available on hard float target and sqrt is not available in the base ISA, so further check is used.