mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 11:43:49 +00:00
mend
This commit is contained in:
parent
e981fd2cc3
commit
61fef8080b
3 changed files with 31 additions and 6 deletions
|
|
@ -136,7 +136,7 @@ void tc_spinloop()
|
|||
#elif defined( _WIN64 )
|
||||
YieldProcessor( );
|
||||
#elif (defined( __arm64__ ) && defined( __APPLE__ )) || defined( __arch64__ )
|
||||
asm( "yield" );
|
||||
pthread_yield_np();
|
||||
#else
|
||||
__asm { pause };
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue