Revert "[X86][clang] Emit diagnostic for float and double when we have features ...
authorPhoebe Wang <phoebe.wang@intel.com>
Fri, 10 Dec 2021 02:31:09 +0000 (10:31 +0800)
committerPhoebe Wang <phoebe.wang@intel.com>
Fri, 10 Dec 2021 02:31:09 +0000 (10:31 +0800)
commit925ec98d000a9df7749e93e8831282cbbb5839b2
tree9d1c32a63bca3a5d2b911f53f9d7c36e41a817ba
parentab396165fef4bd291cd25005c79fb9349dcb4fd9
Revert "[X86][clang] Emit diagnostic for float and double when we have features -x87 and -sse on 64-bits"

This reverts commit 4a2c827b178f89d4cdeb56153d9440ad4ba786a3.

Need to fix the problem when using `-mno-sse` together with "x86intrin.h"
clang/include/clang/Basic/DiagnosticSemaKinds.td
clang/lib/Basic/Targets/X86.cpp
clang/lib/Sema/Sema.cpp
clang/test/CodeGen/X86/x86_64-mno-sse.c
clang/test/Sema/x86_64-no-x87.cpp