[all-commits] [llvm/llvm-project] f04e38: Making the code compliant to the documentation abo...
Zahira Ammarguellat via All-commits
all-commits at lists.llvm.org
Thu Nov 11 04:40:51 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f04e387055e495e3e14570087d68e93593cf2918
https://github.com/llvm/llvm-project/commit/f04e387055e495e3e14570087d68e93593cf2918
Author: Zahira Ammarguellat <zahira.ammarguellat at intel.com>
Date: 2021-11-11 (Thu, 11 Nov 2021)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/docs/UsersManual.rst
M clang/lib/Driver/ToolChains/Clang.cpp
M clang/test/CodeGen/ffp-contract-option.c
A clang/test/CodeGen/ffp-model.c
M clang/test/CodeGen/ppc-emmintrin.c
M clang/test/CodeGen/ppc-xmmintrin.c
M clang/test/Driver/fp-model.c
A clang/test/Misc/ffp-contract.c
Log Message:
-----------
Making the code compliant to the documentation about Floating Point
support default values for C/C++. FPP-MODEL=PRECISE enables
FFP-CONTRACT(FMA is enabled).
Fix for https://bugs.llvm.org/show_bug.cgi?id=50222
More information about the All-commits
mailing list