mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 05:51:27 +12:00
Disable thread assignment for Intel
This commit is contained in:
parent
1dd3a4b3f0
commit
dbd4814584
1 changed files with 2 additions and 0 deletions
|
@ -1926,6 +1926,7 @@ u16 thread_ctrl::get_affinity_mask(thread_class group)
|
||||||
}
|
}
|
||||||
case native_core_arrangement::intel_ht:
|
case native_core_arrangement::intel_ht:
|
||||||
{
|
{
|
||||||
|
/* This has been disabled as it seems to degrade performance instead of improving it.
|
||||||
if (thread_count <= 4)
|
if (thread_count <= 4)
|
||||||
{
|
{
|
||||||
//i3 or worse
|
//i3 or worse
|
||||||
|
@ -1940,6 +1941,7 @@ u16 thread_ctrl::get_affinity_mask(thread_class group)
|
||||||
return all_cores_mask;
|
return all_cores_mask;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
return all_cores_mask;
|
return all_cores_mask;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue