mirror of
https://github.com/VSadov/Satori.git
synced 2025-06-11 02:13:38 +09:00
f
This commit is contained in:
parent
2089ebb764
commit
63b4c6dfae
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue