[all-commits] [llvm/llvm-project] 092c30: AMD k8 family does not support SSE4.x which are re...
serge-sans-paille via All-commits
all-commits at lists.llvm.org
Sun Jun 13 22:17:58 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 092c303955cd18be6c0b923b1c0a1b96e2c91893
https://github.com/llvm/llvm-project/commit/092c303955cd18be6c0b923b1c0a1b96e2c91893
Author: serge-sans-paille <sguelton at redhat.com>
Date: 2021-06-14 (Mon, 14 Jun 2021)
Changed paths:
M clang/lib/Basic/Targets/X86.cpp
Log Message:
-----------
AMD k8 family does not support SSE4.x which are required by x86-64-v2+
So don't define __tune__k8__ for these micro architecture.
SSE, SSE2 and SSE3 appear in https://www.amd.com/system/files/TechDocs/25112.PDF
but not SSE4.x.
Differential Revision: https://reviews.llvm.org/D104116
More information about the All-commits
mailing list