mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
R600/SI: Add processor type for Hawaii
Patch by: Alex Deucher Reviewed-by: Tom Stellard <thomas.stellard@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com> llvm-svn: 194752
This commit is contained in:
parent
a299d799ed
commit
f83d4c8450
@ -51,3 +51,4 @@ def : Proc<"hainan", SI_Itin, [FeatureSouthernIslands]>;
|
||||
def : Proc<"bonaire", SI_Itin, [FeatureSeaIslands]>;
|
||||
def : Proc<"kabini", SI_Itin, [FeatureSeaIslands]>;
|
||||
def : Proc<"kaveri", SI_Itin, [FeatureSeaIslands]>;
|
||||
def : Proc<"hawaii", SI_Itin, [FeatureSeaIslands]>;
|
||||
|
Loading…
x
Reference in New Issue
Block a user