forked from OSchip/llvm-project
AMDGPU: Fix gfx801 features
gfx801 has 1/2 rate F64, Fast F32 FMA Differential Revision: https://reviews.llvm.org/D36981 llvm-svn: 311694
This commit is contained in:
parent
690b76e13d
commit
68107657d4
|
@ -521,6 +521,8 @@ def FeatureISAVersion8_0_0 : SubtargetFeatureISAVersion <8,0,0,
|
|||
|
||||
def FeatureISAVersion8_0_1 : SubtargetFeatureISAVersion <8,0,1,
|
||||
[FeatureVolcanicIslands,
|
||||
FeatureFastFMAF32,
|
||||
HalfRate64Ops,
|
||||
FeatureLDSBankCount32,
|
||||
FeatureXNACK]>;
|
||||
|
||||
|
|
Loading…
Reference in New Issue