This is an archive of the discontinued LLVM Phabricator instance.

[AArch64] Define __FP_FAST_FMA[F]
ClosedPublic

Authored by jolanta.jensen on Jun 13 2022, 8:33 AM.

Details

Summary

Libraries use this flag to decide whether to use the fma builtin.
Author: Paul Walker

Diff Detail

Event Timeline

jolanta.jensen created this revision.Jun 13 2022, 8:33 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 13 2022, 8:33 AM
jolanta.jensen requested review of this revision.Jun 13 2022, 8:33 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 13 2022, 8:33 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
mgabka added a subscriber: mgabka.Jun 14 2022, 4:09 AM
paulwalker-arm added inline comments.Jun 17 2022, 6:40 AM
clang/test/Preprocessor/aarch64-target-features.c
59–60 ↗(On Diff #436412)

I don't think we need this change given init-aarch64.c provides enough coverage.

Removing an unnecessary test change from aarch64-target-features.c
as init-aarch64.c provides enough coverage.

paulwalker-arm accepted this revision.Jun 20 2022, 8:26 AM
This revision is now accepted and ready to land.Jun 20 2022, 8:26 AM
This revision was automatically updated to reflect the committed changes.