aboutsummaryrefslogtreecommitdiff
path: root/schema
diff options
context:
space:
mode:
authorMatthew Haddon <matthew.haddon@arm.com>2021-08-23 16:40:57 +0100
committerKevin Cheng <kevin.cheng@arm.com>2021-08-23 12:58:31 -0700
commitab905ec865a9f4889e6818ce1c4bc934cff2070d (patch)
treee9afd7343c0fd03e54323fba4ae406e95d69248d /schema
parent3ce563449c1e607b016b82c5dbb6e33883f846a5 (diff)
downloadserialization_lib-ab905ec865a9f4889e6818ce1c4bc934cff2070d.tar.gz
Rename DIV operator to INTDIV
* In line with the TOSA spec the DIV operator has been renamed INTDIV Signed-off-by: Matthew Haddon <matthew.haddon@arm.com> Signed-off-by: Kevin Cheng <kevin.cheng@arm.com> Change-Id: I17407dd50985d117e2e565ffb45afb3424e5a139
Diffstat (limited to 'schema')
-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,