mesa/src/asahi
Alyssa Rosenzweig aab535ffda agx: Extract umul_high implementation
We can implement umul_high (for both 16-bit and 32-bit types)
efficiently by multiplying in the next larger type size and extracting
the upper word. We already have such an implementation (for instancing).
Extract it so we can use it for emit_alu too.

Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17198>
2022-08-07 20:43:54 -04:00
..
compiler agx: Extract umul_high implementation 2022-08-07 20:43:54 -04:00
lib asahi,agx: Rewrite varying linking 2022-08-07 20:43:26 -04:00
meson.build asahi: Fix meson dependency on packing in compiler 2021-07-06 13:44:50 +00:00