diff options
author | Eduardo Lima Mitev <[email protected]> | 2019-06-10 21:38:39 +0200 |
---|---|---|
committer | Eduardo Lima Mitev <[email protected]> | 2019-06-10 22:27:46 +0200 |
commit | fb2169040aa056220469a620cd24fa4cef145baf (patch) | |
tree | 9ae492e712a714eba2ff5ec0cd3fc2e50a616308 /src/compiler/SConscript | |
parent | e9703fb4162e85943c52b6559d3554b521125da4 (diff) |
nir/opt_algebraic: Fix rules for imadsh_mix16
The rules added in patch 3addd7c are inverted:
It should be:
(al * bh) << 16 + c
instead of:
(ah * bl) << 16 + c
Fixes a number of regressions under
dEQP-GLES31.functional.draw_indirect.compute_interop.large.*
on Freedreno.
Reviewed-by: Rob Clark <[email protected]>
Diffstat (limited to 'src/compiler/SConscript')
0 files changed, 0 insertions, 0 deletions