github xenia-project/release-builds-windows v1.0.2813-master

latest releases: v1.0.2844-master, v1.0.2843-master, v1.0.2842-master...
2 years ago

Windows release build for xenia-project/xenia@a3304d2.

[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.

Don't miss a new release-builds-windows release

NewReleases is sending notifications on new releases.