18 May
2023
18 May
'23
8:30 p.m.
On Thu May 18 20:28:51 2023 +0000, Zebediah Figura wrote:
I don't understand, why would it break the result? I think that what we want is:
dst->value.u[k].i = src->value.u[k].i == INT_MIN ? INT_MIN : abs(src->value.u[k].i);
-- https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/203#note_33143