1 Aug
2023
1 Aug
'23
8:15 p.m.
`compare_uint` handles multiple cases differently than the current code does, including denormal cases. So just by changing to `compare_uint`, we _are_ touching denormal behavior. The choice then is: do we adjust additional code to keep denormal behavior matching the original, do we _not_ adjust additional code which means we _do_ change denormal behavior, or do we adjust additional code _and_ additional behavior. Door number 2 is... I will make the changes in accordance with vkd3d. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/3458#note_40976