forked from OSchip/llvm-project
AMDGPU: Add fast fmaf feature to gfx702
Differential Revision: https://reviews.llvm.org/D43790 llvm-svn: 326252
This commit is contained in:
parent
95c23e72da
commit
40b09e86b9
|
@ -546,7 +546,8 @@ def FeatureISAVersion7_0_1 : SubtargetFeatureISAVersion <7,0,1,
|
|||
|
||||
def FeatureISAVersion7_0_2 : SubtargetFeatureISAVersion <7,0,2,
|
||||
[FeatureSeaIslands,
|
||||
FeatureLDSBankCount16]>;
|
||||
FeatureLDSBankCount16,
|
||||
FeatureFastFMAF32]>;
|
||||
|
||||
def FeatureISAVersion7_0_3 : SubtargetFeatureISAVersion <7,0,3,
|
||||
[FeatureSeaIslands,
|
||||
|
|
Loading…
Reference in New Issue