6 Apr
2023
6 Apr
'23
12:16 p.m.
On Thu Apr 6 11:26:00 2023 +0000, Giovanni Mascellani wrote:
Ignoring invalid attributes doesn't seem the right thing to do. The native compiler fails on invalid attributes, from my tests. Also, why are you triggering a `fixme` on `unroll(X)` and not on plain `unroll`? What I see is warnings for random attributes, not errors. Plain unroll means to avoid flow control instructions, unroll(X) determines a number of iterations to unroll, and could specify lower number than loop normally would run for.
-- https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/150#note_29164