Merge pull request #30 from edgargabriel/topic/assembly-mi300-fix

fix assembly switch/case instruction
This commit is contained in:
Edgar Gabriel
2024-09-23 12:12:43 -05:00
committed by GitHub
+1 -1
View File
@@ -135,12 +135,12 @@ NOWARN(-Wdeprecated-volatile,
: "v"(src)); : "v"(src));
#endif #endif
break; break;
case 8:
#if defined(__gfx906__) #if defined(__gfx906__)
#endif #endif
#if defined(__gfx908__) #if defined(__gfx908__)
#endif #endif
#if defined(__gfx90a__) #if defined(__gfx90a__)
case 8:
asm volatile( asm volatile(
"global_load_dwordx2 %0 %1 off glc slc \n" "global_load_dwordx2 %0 %1 off glc slc \n"
"s_waitcnt vmcnt(0)" "s_waitcnt vmcnt(0)"