radeon/llvm: Set 64BitPtr feature bit for SI

This commit is contained in:
Tom Stellard 2012-08-17 20:51:31 +00:00
parent 3f9b6aa0f4
commit 2de24024c1
1 changed files with 1 additions and 1 deletions

View File

@ -24,5 +24,5 @@ def : Proc<"barts", R600_EG_Itin, [FeatureByteAddress, FeatureImages]>;
def : Proc<"turks", R600_EG_Itin, [FeatureByteAddress, FeatureImages]>;
def : Proc<"caicos", R600_EG_Itin, [FeatureByteAddress, FeatureImages]>;
def : Proc<"cayman", R600_EG_Itin, [FeatureByteAddress, FeatureImages, FeatureFP64]>;
def : Proc<"SI", SI_Itin, []>;
def : Proc<"SI", SI_Itin, [Feature64BitPtr]>;