[PATCH] D113779: [Clang] Add mfp16, mfp16fml and mdotprod flags for ARM target features.
Steve Canon via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Sep 7 06:02:41 PDT 2022
scanon added a comment.
Wearing my compiler user hat, I would much rather use additive -mfeature than have to specify these as -march+feature, even when using a build system that nominally handles this stuff, because I frequently want to be able to compile one specific file with "whatever the prevailing options are, but also enable this one feature." Most build systems make this possible somehow (track down the arch variable, append +feature to it, etc), but it's considerably simpler if you can just append -mfeature to the list of flags and call it a day.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113779/new/
https://reviews.llvm.org/D113779
More information about the cfe-commits
mailing list