Nov. 25, 2025
6:44 a.m.
On Tue Nov 25 11:57:43 2025 +0000, Anton Baskanov wrote:
It's just rounding to a nearest integer. I can change it to a simple cast if it's confusing. Well not exactly, it rounds (v + 0.5) towards -inf. If you actually want to round to nearest, you should use `round` I think.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/9583#note_123637