]> granicus.if.org Git - clang/commit
Make FP_CONTRACT ON the default.
authorStephen Canon <scanon@apple.com>
Mon, 16 Nov 2015 23:09:11 +0000 (23:09 +0000)
committerStephen Canon <scanon@apple.com>
Mon, 16 Nov 2015 23:09:11 +0000 (23:09 +0000)
commitf7d4ef04b81b374e0d7a91afd9d8ddf13bf85e20
tree37d460a96802427e016a653a93afa6a8eef69a61
parentaa6e817056806b6a2a4d93914cae3e7a37531c17
Make FP_CONTRACT ON the default.

Differential Revision: D14200

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@253269 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/LangOptions.def
lib/Frontend/CompilerInvocation.cpp
test/CodeGen/aarch64-neon-fma.c
test/CodeGen/aarch64-scalar-fma.c [new file with mode: 0644]
test/CodeGen/fp-contract-pragma.cpp
test/Driver/clang_f_opts.c