fix assembly switch/case instruction

move the case statement out of the architecture specific section.
Este commit está contenido en:
Edgar Gabriel
2024-09-20 20:25:40 +00:00
padre e9fb01ab6b
commit c133ea18a5
+1 -1
Ver fichero
@@ -135,12 +135,12 @@ NOWARN(-Wdeprecated-volatile,
: "v"(src));
#endif
break;
case 8:
#if defined(__gfx906__)
#endif
#if defined(__gfx908__)
#endif
#if defined(__gfx90a__)
case 8:
asm volatile(
"global_load_dwordx2 %0 %1 off glc slc \n"
"s_waitcnt vmcnt(0)"