nak: Don't ask NIR to lower [iu]mul64_2x32

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26246>
This commit is contained in:
Faith Ekstrand 2023-12-04 13:54:26 -06:00 committed by Marge Bot
parent d2cec80768
commit d621f2ccfd

View file

@ -132,7 +132,8 @@ fn nir_options(_dev: &nv_device_info) -> nir_shader_compiler_options {
op.lower_int64_options = !(nir_lower_icmp64
| nir_lower_iadd64
| nir_lower_ineg64
| nir_lower_shift64);
| nir_lower_shift64
| nir_lower_imul_2x32_64);
op.lower_ldexp = true;
op.lower_fmod = true;
op.lower_ffract = true;