about summary refs log tree commit diff
path: root/src/math/powerpc/fabsf.c
Commit message (Collapse)AuthorAgeFilesLines
* powerpc: add single instruction fabs, fabsf, fma, fmaf, sqrt, sqrtfSzabolcs Nagy2018-10-151-0/+15
These are only available on hard float target and sqrt is not available in the base ISA, so further check is used.