hexagon: enable support for NORM op (#23319)

This commit is contained in:
Aparna M P
2026-05-19 09:48:21 -07:00
committed by GitHub
parent baf3cc6e1d
commit ac76808e4d
4 changed files with 101 additions and 3 deletions
+1
View File
@@ -534,6 +534,7 @@ static int execute_op(struct htp_ops_context * octx) {
case HTP_OP_ADD_ID:
return op_binary(octx);
case HTP_OP_NORM:
case HTP_OP_RMS_NORM:
case HTP_OP_SCALE:
case HTP_OP_SQR: