about summary refs log tree commit diff
path: root/src/math/powerpc
Commit message (Collapse)AuthorAgeFilesLines
* ppc: add configure check for older compilers erroring on 'd' constraintrofl0r2019-11-052-2/+2
|
* powerpc: add single instruction fabs, fabsf, fma, fmaf, sqrt, sqrtfSzabolcs Nagy2018-10-156-0/+90
These are only available on hard float target and sqrt is not available in the base ISA, so further check is used.