summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeon/Processors.td
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/drivers/radeon/Processors.td')
-rw-r--r--src/gallium/drivers/radeon/Processors.td1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/radeon/Processors.td b/src/gallium/drivers/radeon/Processors.td
index 92f46367090..3469f828fc0 100644
--- a/src/gallium/drivers/radeon/Processors.td
+++ b/src/gallium/drivers/radeon/Processors.td
@@ -13,6 +13,7 @@
class Proc<string Name, ProcessorItineraries itin, list<SubtargetFeature> Features>
: Processor<Name, itin, Features>;
+def : Proc<"r600", R600_EG_Itin, [FeatureR600ALUInst]>;
def : Proc<"rv710", R600_EG_Itin, []>;
def : Proc<"rv730", R600_EG_Itin, []>;
def : Proc<"rv770", R600_EG_Itin, [FeatureFP64]>;