mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-01-01 12:15:44 +01:00
Ternary operator is optimized by the compiler whereas std::min() is meant to return a value. I've noticed a 5%-10% emulation speed increase. |
||
|---|---|---|
| .. | ||
| debug_data.h | ||
| shader.cpp | ||
| shader.h | ||
| shader_interpreter.cpp | ||
| shader_interpreter.h | ||
| shader_jit_x64.cpp | ||
| shader_jit_x64.h | ||
| shader_jit_x64_compiler.cpp | ||
| shader_jit_x64_compiler.h | ||