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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user