[clang] [Driver] Introduce ffp-model=aggressive (PR #100453)
Zahira Ammarguellat via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 24 13:31:39 PDT 2024
================
@@ -102,6 +102,17 @@ Deprecated Compiler Flags
Modified Compiler Flags
-----------------------
+- The ``-ffp-model`` option has been updated to enable a more limited set of
+ optimizations when the ``fast`` argument is used and to accept a new argument,
+ ``aggressive``. The behavior of ``-ffp-model=aggressive`` is mostly equivalent
+ to the previous behavior of ``-ffp-model=fast``. The updated
+ ``-ffp-model=fast`` behavior no longer assumes finite math only and uses a
----------------
zahiraam wrote:
remove the 'a' at eol.
https://github.com/llvm/llvm-project/pull/100453
More information about the cfe-commits
mailing list