diff options
Diffstat (limited to 'gcc/config/gcn/t-omp-device')
-rw-r--r-- | gcc/config/gcn/t-omp-device | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/gcn/t-omp-device b/gcc/config/gcn/t-omp-device index e1d9e0d..27d36db 100644 --- a/gcc/config/gcn/t-omp-device +++ b/gcc/config/gcn/t-omp-device @@ -1,4 +1,4 @@ omp-device-properties-gcn: $(srcdir)/config/gcn/gcn.cc echo kind: gpu > $@ echo arch: amdgcn gcn >> $@ - echo isa: fiji gfx900 gfx906 gfx908 >> $@ + echo isa: fiji gfx900 gfx906 gfx908 gfx90a >> $@ |