aboutsummaryrefslogtreecommitdiff
path: root/reference_model/include
diff options
context:
space:
mode:
authorEric Kunze <eric.kunze@arm.com>2023-09-07 00:31:54 +0000
committerEric Kunze <eric.kunze@arm.com>2023-09-08 17:57:03 +0000
commita8098c06885e6fb5ce3239830e1cd344c98262a4 (patch)
tree4fad65395c54dad35058369f1ab2e78e1ef7ff66 /reference_model/include
parent1271c44bd2c9e670e132db491a053a0e6603798f (diff)
downloadreference_model-a8098c06885e6fb5ce3239830e1cd344c98262a4.tar.gz
Support new RESCALE attributes
input_unsigned and output_unsigned were added to the specification. Older TOSA files with uint data types are still supported. Signed-off-by: Eric Kunze <eric.kunze@arm.com> Change-Id: I125886ffc92975d99971e56e2075dd5d96bdbdc4
Diffstat (limited to 'reference_model/include')
-rw-r--r--reference_model/include/operators.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/reference_model/include/operators.h b/reference_model/include/operators.h
index e7907f5..1519d20 100644
--- a/reference_model/include/operators.h
+++ b/reference_model/include/operators.h
@@ -465,6 +465,8 @@ extern "C"
const int32_t client_shift[],
const bool client_scale32,
const bool client_double_round,
+ const bool client_input_unsigned,
+ const bool client_output_unsigned,
const bool client_per_channel,
const func_config_t& func_config = func_config_t{},
const func_debug_t& func_debug = func_debug_t{});
@@ -478,4 +480,4 @@ extern "C"
}
#endif /* __cplusplus */
-#endif // OPERATORS_H_ \ No newline at end of file
+#endif // OPERATORS_H_