1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-08 03:27:04 +09:00
This commit is contained in:
vsadov 2024-12-29 18:24:48 -08:00
parent 000cc0c913
commit d7bca27ae6

View file

@ -3786,7 +3786,7 @@ YieldProcessor()
"rep\n"
"nop");
#elif defined(HOST_ARM) || defined(HOST_ARM64)
__asm__ __volatile__( "dmb isb\n yield");
__asm__ __volatile__( "isb");
#elif defined(HOST_LOONGARCH64)
__asm__ volatile( "dbar 0; \n");
#elif defined(HOST_RISCV64)