hexagon: add CLAMP op (#25934)

This commit is contained in:
Todor Boinovski
2026-07-20 16:12:09 -07:00
committed by GitHub
parent 2beefef688
commit 76f46ad29d
5 changed files with 36 additions and 0 deletions
+1
View File
@@ -718,6 +718,7 @@ static int execute_op(struct htp_ops_context * octx) {
case HTP_OP_RMS_NORM:
case HTP_OP_RMS_NORM_MUL:
case HTP_OP_SCALE:
case HTP_OP_CLAMP:
case HTP_OP_SQR:
case HTP_OP_SQRT:
case HTP_OP_UNARY_SOFTPLUS: