[all-commits] [llvm/llvm-project] 925ec9: Revert "[X86][clang] Emit diagnostic for float and...
Phoebe Wang via All-commits
all-commits at lists.llvm.org
Thu Dec 9 18:33:40 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 925ec98d000a9df7749e93e8831282cbbb5839b2
https://github.com/llvm/llvm-project/commit/925ec98d000a9df7749e93e8831282cbbb5839b2
Author: Phoebe Wang <phoebe.wang at intel.com>
Date: 2021-12-10 (Fri, 10 Dec 2021)
Changed paths:
M clang/include/clang/Basic/DiagnosticSemaKinds.td
M clang/lib/Basic/Targets/X86.cpp
M clang/lib/Sema/Sema.cpp
M clang/test/CodeGen/X86/x86_64-mno-sse.c
M clang/test/Sema/x86_64-no-x87.cpp
Log Message:
-----------
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"
More information about the All-commits
mailing list