Re: [PATCH v4 0/1] MR203: vkd3d-shader/hlsl: Fold constant integral abs().
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
946
Age (days ago)
946
Last active (days ago)
0 comments
1 participants
participants (1)
-
Giovanni Mascellani (@giomasce)