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
@@ -88,6 +88,7 @@ enum htp_op_code {
HTP_OP_GATED_DELTA_NET,
HTP_OP_TRI,
HTP_OP_PAD,
HTP_OP_NORM,
HTP_OP_INVALID
};