[clang] [Driver] Introduce ffp-model=aggressive (PR #100453)
Joshua Cranmer via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 24 13:26:42 PDT 2024
================
@@ -3033,8 +3038,8 @@ static void RenderFloatingPointOptions(const ToolChain &TC, const Driver &D,
SignedZeros = true;
StringRef Val = A->getValue();
- if (OFastEnabled && Val != "fast") {
- // Only -ffp-model=fast is compatible with OFast, ignore.
+ if (OFastEnabled && Val != "aggressive") {
+ // Only -ffp-model=aggressive is compatible with OFast, ignore.
----------------
jcranmer-intel wrote:
ETOOMANYSPACES
https://github.com/llvm/llvm-project/pull/100453
More information about the cfe-commits
mailing list