Skip to content

Commit

Permalink
AMDGPU: Fix gfx801 features
Browse files Browse the repository at this point in the history
gfx801 has 1/2 rate F64, Fast F32 FMA

Differential Revision: https://reviews.llvm.org/D36981

llvm-svn: 311694
  • Loading branch information
kzhuravl committed Aug 24, 2017
1 parent 690b76e commit 6810765
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions llvm/lib/Target/AMDGPU/AMDGPU.td
Expand Up @@ -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]>;

Expand Down

0 comments on commit 6810765

Please sign in to comment.