mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Add support for AMD Geode.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163710 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
789efbad2a
commit
ee3392b1a9
@ -303,6 +303,7 @@ std::string sys::getHostCPUName() {
|
||||
case 8: return "k6-2";
|
||||
case 9:
|
||||
case 13: return "k6-3";
|
||||
case 10: return "geode";
|
||||
default: return "pentium";
|
||||
}
|
||||
case 6:
|
||||
|
@ -231,6 +231,7 @@ def : Proc<"bdver2", [FeatureXOP, FeatureFMA4, FeatureCMPXCHG16B,
|
||||
FeatureAES, FeaturePCLMUL,
|
||||
FeatureF16C, FeatureLZCNT,
|
||||
FeaturePOPCNT, FeatureBMI, FeatureFMA]>;
|
||||
def : Proc<"geode", [Feature3DNowA]>;
|
||||
|
||||
def : Proc<"winchip-c6", [FeatureMMX]>;
|
||||
def : Proc<"winchip2", [Feature3DNow]>;
|
||||
|
Loading…
Reference in New Issue
Block a user