[clang] [llvm] [TargetParser] Define AEK_FCMA and AEK_JSCVT for tsv110 (PR #75516)
David Green via cfe-commits
cfe-commits at lists.llvm.org
Mon Dec 18 23:26:40 PST 2023
================
@@ -81,6 +81,15 @@ static bool DecodeAArch64Features(const Driver &D, StringRef text,
else
return false;
+ // +jsconv and +complxnum implies +neon and +fp-armv8
----------------
davemgreen wrote:
I believe this ideally would not be in the driver, as it does not apply to target attributes, only -march options.
https://github.com/llvm/llvm-project/pull/75516
More information about the cfe-commits
mailing list