[*] Autoset bPlatformIsSMPProcessorOptimized to false on singlethreaded systems
This commit is contained in:
parent
d79cb4f3ca
commit
0c5d140bd4
@ -76,6 +76,7 @@ namespace Aurora::Threading::Primitives
|
||||
if (uCores == 1)
|
||||
{
|
||||
gSpinAdaptiveThreshold = 0;
|
||||
gRuntimeConfig.threadingConfig.bPlatformIsSMPProcessorOptimized = false;
|
||||
}
|
||||
else if (uCores >= 16)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user