[all-commits] [llvm/llvm-project] 17d956: Making the code compliant to the documentation abo...
Zahira Ammarguellat via All-commits
all-commits at lists.llvm.org
Mon Nov 8 04:51:52 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 17d9560294eee1eae5e2d3ac1ab84f514318409e
https://github.com/llvm/llvm-project/commit/17d9560294eee1eae5e2d3ac1ab84f514318409e
Author: Zahira Ammarguellat <zahira.ammarguellat at intel.com>
Date: 2021-11-08 (Mon, 08 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