aboutsummaryrefslogtreecommitdiff
path: root/src/math/x86_64/fma.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Setup stub unit test infrastructureEuAndreh2024-01-051-0/+8
|
* x86_64: add single instruction fmaSzabolcs Nagy2018-10-151-0/+23
fma is only available on recent x86_64 cpus and it is much faster than a software fma, so this should be done with a runtime check, however that requires more changes, this patch just adds the code so it can be tested when musl is compiled with -mfma or -mfma4.