fix assembly switch/case instruction

move the case statement out of the architecture specific section.


[ROCm/rocshmem commit: c133ea18a5]
This commit is contained in:
Edgar Gabriel
2024-09-20 20:25:40 +00:00
parent 94122cd208
commit bed676f89d
+1 -1
View File
@@ -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)"