aco: Implement scalar iadd_sat.

Signed-off-by: Georg Lehmann <dadschoorse@gmail.com>
Reviewed-by: Daniel Schürmann <daniel@schuermann.dev>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15421>
This commit is contained in:
Georg Lehmann
2021-12-24 15:12:17 +01:00
committed by Marge Bot
parent 989f2b1785
commit 50f585254c
2 changed files with 14 additions and 2 deletions
@@ -534,7 +534,6 @@ init_context(isel_context* ctx, nir_shader* shader)
case nir_op_cube_face_index_amd:
case nir_op_cube_face_coord_amd:
case nir_op_sad_u8x4:
case nir_op_iadd_sat:
case nir_op_udot_4x8_uadd:
case nir_op_sdot_4x8_iadd:
case nir_op_udot_4x8_uadd_sat: