Thread order tweak to threading PR
This commit is contained in:
parent
6eabaa259a
commit
0fc7ac4218
|
@ -156,7 +156,7 @@ void XThread::set_name(const std::string& name) {
|
|||
}
|
||||
|
||||
uint8_t next_cpu = 0;
|
||||
uint8_t fakedhwthreads[6] = {0, 2, 4, 1, 3, 5};
|
||||
uint8_t fakedhwthreads[6] = {1, 2, 5, 1, 2, 5};
|
||||
uint8_t GetFakeCpuNumber(uint8_t proc_mask) {
|
||||
if (!proc_mask) {
|
||||
next_cpu++;
|
||||
|
|
Loading…
Reference in New Issue