File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -1547,7 +1547,8 @@ def FeatureISAVersion11_Common : FeatureSet<
1547
1547
FeatureFlatAtomicFaddF32Inst,
1548
1548
FeatureImageInsts,
1549
1549
FeaturePackedTID,
1550
- FeatureVcmpxPermlaneHazard]>;
1550
+ FeatureVcmpxPermlaneHazard,
1551
+ FeatureMemoryAtomicFaddF32DenormalSupport]>;
1551
1552
1552
1553
// There are few workarounds that need to be
1553
1554
// added to all targets. This pessimizes codegen
@@ -1640,7 +1641,7 @@ def FeatureISAVersion12 : FeatureSet<
1640
1641
FeatureDPPSrc1SGPR,
1641
1642
FeatureMaxHardClauseLength32,
1642
1643
Feature1_5xVGPRs,
1643
- FeatureMemoryAtomicFaddF32DenormalSupport]>;
1644
+ FeatureMemoryAtomicFaddF32DenormalSupport
1644
1645
]>;
1645
1646
1646
1647
def FeatureISAVersion12_Generic: FeatureSet<
You can’t perform that action at this time.
0 commit comments