[PATCH] D74436: Change clang option -ffp-model=precise to select ffp-contract=on
Andy Kaylor via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 5 10:13:24 PDT 2021
andrew.w.kaylor added a comment.
FWIW, fp-contract=on has been the documented default for clang since version 5.
https://releases.llvm.org/5.0.1/tools/clang/docs/ClangCommandLineReference.html#cmdoption-clang-ffp-contract
This change just brought the behavior into conformance with the documentation.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74436/new/
https://reviews.llvm.org/D74436
More information about the cfe-commits
mailing list