From 2de24024c1ca5366e76f449b115392a97808ef2d Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Fri, 17 Aug 2012 20:51:31 +0000 Subject: [PATCH] radeon/llvm: Set 64BitPtr feature bit for SI --- src/gallium/drivers/radeon/Processors.td | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/drivers/radeon/Processors.td b/src/gallium/drivers/radeon/Processors.td index ac6714ed27e..92f46367090 100644 --- a/src/gallium/drivers/radeon/Processors.td +++ b/src/gallium/drivers/radeon/Processors.td @@ -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]>; -- 2.30.2