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
@@ -97,6 +97,7 @@ enum htp_op_code {
HTP_OP_PAD,
HTP_OP_NORM,
HTP_OP_CONCAT,
HTP_OP_CLAMP,
HTP_OP_INVALID
};