aboutsummaryrefslogtreecommitdiff
path: root/schema/tosa.fbs
diff options
context:
space:
mode:
Diffstat (limited to 'schema/tosa.fbs')
-rw-r--r--schema/tosa.fbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/schema/tosa.fbs b/schema/tosa.fbs
index 9c8add8..daf6475 100644
--- a/schema/tosa.fbs
+++ b/schema/tosa.fbs
@@ -64,7 +64,7 @@ enum Op:uint32 {
BITWISE_AND,
BITWISE_OR,
BITWISE_XOR,
- DIV,
+ INTDIV,
LOGICAL_AND,
LOGICAL_LEFT_SHIFT,
LOGICAL_RIGHT_SHIFT,