mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-12 03:32:10 +00:00
Add processor descriptions for Istanbul and Shanghai.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74429 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
640a0c1477
commit
3016af5a1d
@ -119,6 +119,10 @@ def : Proc<"amdfam10", [FeatureSSE3, FeatureSSE4A,
|
||||
Feature3DNowA, Feature64Bit, FeatureSlowBTMem]>;
|
||||
def : Proc<"barcelona", [FeatureSSE3, FeatureSSE4A,
|
||||
Feature3DNowA, Feature64Bit, FeatureSlowBTMem]>;
|
||||
def : Proc<"istanbul", [Feature3DNowA, Feature64Bit, FeatureSSE4A,
|
||||
Feature3DNowA]>;
|
||||
def : Proc<"shanghai", [Feature3DNowA, Feature64Bit, FeatureSSE4A,
|
||||
Feature3DNowA]>;
|
||||
|
||||
def : Proc<"winchip-c6", [FeatureMMX]>;
|
||||
def : Proc<"winchip2", [FeatureMMX, Feature3DNow]>;
|
||||
|
Loading…
x
Reference in New Issue
Block a user