v3dv: lower {i,u}mulExtended
Fixes: dEQP-VK.glsl.builtin.function.integer.imulextended.* dEQP-VK.glsl.builtin.function.integer.umulextended.* Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6766>
This commit is contained in:
committed by
Marge Bot
parent
040a3dd739
commit
2bec99c8a0
@@ -148,6 +148,10 @@ const nir_shader_compiler_options v3dv_nir_options = {
|
||||
*/
|
||||
.lower_uadd_carry = true,
|
||||
.lower_usub_borrow = true,
|
||||
/* FIXME: check if we can use multop + umul24 to implement mul2x32_64
|
||||
* without lowering.
|
||||
*/
|
||||
.lower_mul_2x32_64 = true,
|
||||
.lower_fdiv = true,
|
||||
.lower_find_lsb = true,
|
||||
.lower_ffma16 = true,
|
||||
|
||||
Reference in New Issue
Block a user