about summary refs log tree commit diff
path: root/src/math/x32/fma.c
Commit message (Collapse)AuthorAgeFilesLines
* 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.