We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80c3f71 commit c135403Copy full SHA for c135403
llvm/lib/Target/AMDGPU/AMDGPU.td
@@ -1441,7 +1441,8 @@ def FeatureISAVersion9_4_Common : FeatureSet<
1441
FeatureAtomicFMinFMaxF64GlobalInsts,
1442
FeatureAtomicFMinFMaxF64FlatInsts,
1443
FeatureAgentScopeFineGrainedRemoteMemoryAtomics,
1444
- FeatureMemoryAtomicFaddF32DenormalSupport
+ FeatureMemoryAtomicFaddF32DenormalSupport,
1445
+ FeatureFlatBufferGlobalAtomicFaddF64Inst
1446
]>;
1447
1448
def FeatureISAVersion9_4_0 : FeatureSet<
0 commit comments