intel/vec4: Set lower_usub_sat

Reviewed-by: Emma Anholt <emma@anholt.net>
Closes: #6900
Fixes: 90a8fb03 ("nir/lower_io: Fix array length of buffers larger than INT32_MAX.")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17637>
This commit is contained in:
Ian Romanick 2022-07-20 13:01:44 -07:00 committed by Marge Bot
parent f6c5b1d6c6
commit 95e50d198f
1 changed files with 1 additions and 0 deletions

View File

@ -90,6 +90,7 @@ static const struct nir_shader_compiler_options vector_nir_options = {
*/
.fdot_replicates = true,
.lower_usub_sat = true,
.lower_pack_snorm_2x16 = true,
.lower_pack_unorm_2x16 = true,
.lower_unpack_snorm_2x16 = true,