4 Sep
2023
4 Sep
'23
9:59 a.m.
A couple of mistakes in commit messages: for `ftoi` you're clamping to `INT_MIN` (not `-INT_MIN`, which in a sense is the same thing, but just `INT_MIN` looks more appropriate) and `INT_MAX` (not `UINT_MAX`). -- https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/289#note_44149