Files
mesa/src
Alyssa Rosenzweig 59499d8dbc asahi: Fix agx_pack unrolling
The loop is supposed to execute exactly once, but the previous logic
inadvertently executes 0 or 1 times depending on whether dst is NULL (it never
is). Reexpress the loop to execute exactly once, eliminating the unnecessary
branch in this hot path. Noticed when reading the NIR of generated pack code.

Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25498>
2023-11-02 11:37:46 +00:00
..
2023-11-02 11:37:46 +00:00
2023-11-02 11:59:08 +01:00
2023-11-02 11:37:46 +00:00
2023-10-09 18:43:09 +00:00
2023-08-18 21:33:14 +00:00
2023-10-20 17:20:11 +00:00
2023-10-31 21:32:48 +00:00
2023-08-04 21:31:52 +00:00