HACK: nak: Lower iadd64 again

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24998>
This commit is contained in:
Faith Ekstrand
2023-04-10 17:23:25 -05:00
committed by Marge Bot
parent c68989e49c
commit 90c098e286
+1 -1
View File
@@ -52,7 +52,7 @@ fn nir_options(dev: &nv_device_info) -> nir_shader_compiler_options {
op.lower_iadd_sat = true; // TODO
op.use_interpolated_input_intrinsics = true;
op.lower_mul_2x32_64 = true; // TODO
op.lower_int64_options = !nir_lower_iadd64;
op.lower_int64_options = !0; //nir_lower_iadd64;
op
}