mirror of
https://github.com/VSadov/Satori.git
synced 2025-06-08 03:27:04 +09:00
isb f
This commit is contained in:
parent
000cc0c913
commit
d7bca27ae6
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__( "dmb isb\n yield");
|
||||
__asm__ __volatile__( "isb");
|
||||
#elif defined(HOST_LOONGARCH64)
|
||||
__asm__ volatile( "dbar 0; \n");
|
||||
#elif defined(HOST_RISCV64)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue