xenia-canary/src/xenia/debug/ui
Triang3l a3304d252f [Base/GPU] Cleanup float comparisons and NaN and -0 in clamping
C++ relational operators are supposed to raise FE_INVALID if an argument is
NaN, use std::isless/greater[equal] instead where they were easy to locate
(though there are other places possibly, mostly min/max and clamp usage was
checked).

Also fixes a copy-paste error making the CPU shader interpreter execute
MINs as MAXs instead.
2024-05-12 19:21:37 +03:00
..
debug_window.cc [Base/GPU] Cleanup float comparisons and NaN and -0 in clamping 2024-05-12 19:21:37 +03:00
debug_window.h [Base] Linux Arm64 exception handler 2022-07-05 20:46:49 +03:00
premake5.lua Remove unused yaml-cpp. 2020-02-20 06:44:34 -06:00