[PATCH] D104116: AMD k8 family does not support SSE4.x which are required by x86-64-v2+
serge via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Jun 13 22:18:02 PDT 2021
This revision was automatically updated to reflect the committed changes.
Closed by commit rG092c303955cd: AMD k8 family does not support SSE4.x which are required by x86-64-v2+ (authored by serge-sans-paille).
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104116/new/
https://reviews.llvm.org/D104116
Files:
clang/lib/Basic/Targets/X86.cpp
Index: clang/lib/Basic/Targets/X86.cpp
===================================================================
--- clang/lib/Basic/Targets/X86.cpp
+++ clang/lib/Basic/Targets/X86.cpp
@@ -514,9 +514,6 @@
case CK_K8:
case CK_K8SSE3:
case CK_x86_64:
- case CK_x86_64_v2:
- case CK_x86_64_v3:
- case CK_x86_64_v4:
defineCPUMacros(Builder, "k8");
break;
case CK_AMDFAM10:
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D104116.351771.patch
Type: text/x-patch
Size: 388 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210614/8cfea625/attachment.bin>
More information about the cfe-commits
mailing list