Implement set_ideal_processor_core (linux)

This commit is contained in:
Nekotekina 2017-11-07 15:30:13 +03:00
parent 9e0b881b2b
commit dbc9bdfe02
2 changed files with 6 additions and 0 deletions

View file

@ -394,6 +394,7 @@ namespace rsx
// Raise priority above other threads
thread_ctrl::set_native_priority(1);
thread_ctrl::set_ideal_processor_core(0);
// Round to nearest to deal with forward/reverse scaling
fesetround(FE_TONEAREST);