1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-11 02:13:38 +09:00
This commit is contained in:
vsadov 2024-12-29 14:00:59 -08:00
parent 2089ebb764
commit 63b4c6dfae

View file

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