From ab905ec865a9f4889e6818ce1c4bc934cff2070d Mon Sep 17 00:00:00 2001 From: Matthew Haddon Date: Mon, 23 Aug 2021 16:40:57 +0100 Subject: Rename DIV operator to INTDIV * In line with the TOSA spec the DIV operator has been renamed INTDIV Signed-off-by: Matthew Haddon Signed-off-by: Kevin Cheng Change-Id: I17407dd50985d117e2e565ffb45afb3424e5a139 --- schema/tosa.fbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'schema') 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, -- cgit v1.2.1