Making the code compliant to the documentation about Floating Point
authorZahira Ammarguellat <zahira.ammarguellat@intel.com>
Thu, 12 Aug 2021 20:13:16 +0000 (16:13 -0400)
committerZahira Ammarguellat <zahira.ammarguellat@intel.com>
Mon, 8 Nov 2021 12:51:29 +0000 (07:51 -0500)
commit17d9560294eee1eae5e2d3ac1ab84f514318409e
tree7ede39fc11688697b783c866640614dea96e1d9c
parent8d4eba6c0d35852d86332094199b94ab418900f3
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
clang/docs/ReleaseNotes.rst
clang/docs/UsersManual.rst
clang/lib/Driver/ToolChains/Clang.cpp
clang/test/CodeGen/ffp-contract-option.c
clang/test/CodeGen/ffp-model.c [new file with mode: 0644]
clang/test/CodeGen/ppc-emmintrin.c
clang/test/CodeGen/ppc-xmmintrin.c
clang/test/Driver/fp-model.c
clang/test/Misc/ffp-contract.c [new file with mode: 0644]