This is an archive of the discontinued LLVM Phabricator instance.

[libc] Add mfma option to functions that use fma
ClosedPublic

Authored by michaelrj on Mar 29 2022, 3:07 PM.

Details

Summary

On Windows the functions that use fma don't properly include the fma
intrinsics unless -mfma is added to the compile options. This patch adds
the compile option to all of the functions that need it.

Diff Detail

Event Timeline

michaelrj created this revision.Mar 29 2022, 3:07 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptMar 29 2022, 3:07 PM
michaelrj requested review of this revision.Mar 29 2022, 3:07 PM
lntue accepted this revision.Mar 29 2022, 3:15 PM
This revision is now accepted and ready to land.Mar 29 2022, 3:15 PM
This revision was landed with ongoing or failed builds.Mar 29 2022, 4:23 PM
This revision was automatically updated to reflect the committed changes.