[all-commits] [llvm/llvm-project] a1449a: [clang][FPEnv] Clang floatng point model ffp-model...
Melanie Blower via All-commits
all-commits at lists.llvm.org
Sat Jun 19 03:50:45 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a1449a10dbcfcf353f4f761281c4e572b4ce9308
https://github.com/llvm/llvm-project/commit/a1449a10dbcfcf353f4f761281c4e572b4ce9308
Author: Melanie Blower <melanie.blower at intel.com>
Date: 2021-06-19 (Sat, 19 Jun 2021)
Changed paths:
M clang/docs/UsersManual.rst
M clang/lib/Driver/ToolChains/Clang.cpp
M clang/test/CodeGen/ffp-contract-option.c
M clang/test/CodeGen/ppc-emmintrin.c
M clang/test/CodeGen/ppc-xmmintrin.c
M clang/test/Driver/fp-model.c
Log Message:
-----------
[clang][FPEnv] Clang floatng point model ffp-model=precise enables ffp-contract=on
This patch changes the ffp-model=precise to enables -ffp-contract=on
(previously -ffp-model=precise enabled -ffp-contract=fast). This is a
follow-up to Andy Kaylor's comments in the llvm-dev discussion
"Floating Point semantic modes". From the same email thread, I put
Andy's distillation of floating point options and floating point modes
into UsersManual.rst
Differential Revision: https://reviews.llvm.org/D74436
More information about the All-commits
mailing list