intel/compiler: CSEL can do saturate
Reviewed-by: Matt Turner <mattst88@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4582>
This commit is contained in:
@@ -941,6 +941,7 @@ backend_instruction::can_do_saturate() const
|
||||
case BRW_OPCODE_ADD:
|
||||
case BRW_OPCODE_ASR:
|
||||
case BRW_OPCODE_AVG:
|
||||
case BRW_OPCODE_CSEL:
|
||||
case BRW_OPCODE_DP2:
|
||||
case BRW_OPCODE_DP3:
|
||||
case BRW_OPCODE_DP4:
|
||||
|
Reference in New Issue
Block a user