Skip to content
Snippets Groups Projects
Commit d0ace287 authored by Faith Ekstrand's avatar Faith Ekstrand :speech_balloon: Committed by Marge Bot
Browse files

nir/lower_int64: Fix [iu]mul_high handling

e551040c, which added a new mechanism for 64-bit imul which is more
efficient on BDW and later Intel hardware also introduced a bug where we
weren't properly walking both X and Y.  No idea how testing didn't find
this.

Fixes: e551040c ("nir/glsl: Add another way of doing lower_imul64 for gen8+"
Closes: mesa/mesa#6306


Reviewed-by: default avatarMatt Turner <mattst88@gmail.com>
Part-of: <mesa/mesa!15829>
parent 48ae404b
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment