mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-07 12:28:24 +00:00
Enable AVX and FMA4 for AMD Bulldozer processors.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@155885 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -215,16 +215,16 @@ def : Proc<"amdfam10", [FeatureSSE3, FeatureSSE4A,
|
|||||||
// Bobcat
|
// Bobcat
|
||||||
def : Proc<"btver1", [FeatureSSSE3, FeatureSSE4A, FeatureCMPXCHG16B,
|
def : Proc<"btver1", [FeatureSSSE3, FeatureSSE4A, FeatureCMPXCHG16B,
|
||||||
FeatureLZCNT, FeaturePOPCNT]>;
|
FeatureLZCNT, FeaturePOPCNT]>;
|
||||||
// FIXME: Disabling AVX/FMA4 for now since it's not ready.
|
|
||||||
// Bulldozer
|
// Bulldozer
|
||||||
def : Proc<"bdver1", [FeatureSSE42, FeatureSSE4A, FeatureCMPXCHG16B,
|
def : Proc<"bdver1", [FeatureAVX, FeatureSSE4A, FeatureCMPXCHG16B,
|
||||||
FeatureAES, FeatureCLMUL,
|
FeatureAES, FeatureCLMUL,
|
||||||
FeatureXOP, FeatureLZCNT, FeaturePOPCNT]>;
|
FeatureXOP, FeatureLZCNT, FeaturePOPCNT,
|
||||||
|
FeatureFMA4]>;
|
||||||
// Enhanced Bulldozer
|
// Enhanced Bulldozer
|
||||||
def : Proc<"bdver2", [FeatureSSE42, FeatureSSE4A, FeatureCMPXCHG16B,
|
def : Proc<"bdver2", [FeatureAVX, FeatureSSE4A, FeatureCMPXCHG16B,
|
||||||
FeatureAES, FeatureCLMUL,
|
FeatureAES, FeatureCLMUL,
|
||||||
FeatureXOP, FeatureF16C, FeatureLZCNT,
|
FeatureXOP, FeatureF16C, FeatureLZCNT,
|
||||||
FeaturePOPCNT, FeatureBMI]>;
|
FeaturePOPCNT, FeatureBMI, FeatureFMA4]>;
|
||||||
|
|
||||||
def : Proc<"winchip-c6", [FeatureMMX]>;
|
def : Proc<"winchip-c6", [FeatureMMX]>;
|
||||||
def : Proc<"winchip2", [Feature3DNow]>;
|
def : Proc<"winchip2", [Feature3DNow]>;
|
||||||
|
Reference in New Issue
Block a user