Initial gfx908 updates

Change-Id: I3d6307d6613a38861a95561b9ac68abaa5964b48
This commit is contained in:
Chris Freehill
2018-11-01 08:02:27 -05:00
orang tua 0721dfd2e7
melakukan 447a30e985
3 mengubah file dengan 5 tambahan dan 1 penghapusan
@@ -216,6 +216,7 @@ const IsaRegistry::IsaMap IsaRegistry::GetSupportedIsas() {
ISAREG_ENTRY_GEN(9, 0, 4, false, false)
ISAREG_ENTRY_GEN(9, 0, 6, false, false)
ISAREG_ENTRY_GEN(9, 0, 6, false, true )
ISAREG_ENTRY_GEN(9, 0, 8, false, true )
return supported_isas;
}