From fb0284e2912bd5fd73bf6f476901490e04c330a2 Mon Sep 17 00:00:00 2001 From: Eric Kunze Date: Tue, 18 Jul 2023 15:20:53 -0700 Subject: Change TOSA specification to signless types Integer inputs and outputs to TOSA operators are now defined as signless values. In most instances the operator will used signed arithmetic as indicated in previous versions of the specification resulting in little functional change to the specification. New attributes have been added to the RESCALE operator to indicate whether the input and output values should be treated as signed or unsigned. Explicit use of static_cast, sign_extend, zero_extend and truncate are added to the pseudocode to avoid ambiguity. Change-Id: I71c67d3e5aeaabc418c768f821fce6ee3eebb65b --- tosa.xsd | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'tosa.xsd') diff --git a/tosa.xsd b/tosa.xsd index 440dbbd..8a3c307 100644 --- a/tosa.xsd +++ b/tosa.xsd @@ -33,13 +33,11 @@ - - - - - - - + + + + + -- cgit v1.2.1