aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominic Symes <dominic.symes@arm.com>2023-12-15 14:35:38 +0000
committerDominic Symes <dominic.symes@arm.com>2023-12-15 14:35:41 +0000
commit34f67da4ecf902a6fc5e94411da648c9e832287c (patch)
treeab2cf0f34743ecad28bcf7c0cd43a295dfc8040f
parent2bc6c57eb24f71131ebfe631e89522eb5ce008e7 (diff)
downloadspecification-34f67da4ecf902a6fc5e94411da648c9e832287c.tar.gz
IDENTITY: Add missing types
Add i4_t and i48_t to the list of types supported by the IDENTITY operator. Signed-off-by: Dominic Symes <dominic.symes@arm.com> Change-Id: Id0eeb5f665345e6fdb975b98af4926efc6412afc
-rw-r--r--tosa.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/tosa.xml b/tosa.xml
index e5a0872..9078b97 100644
--- a/tosa.xml
+++ b/tosa.xml
@@ -2589,9 +2589,11 @@ used.</description>
<type name='in_out_t' />
</types>
<typesupport mode="Boolean" in_out_t="bool_t" />
+ <typesupport mode="4-bit" in_out_t="i4_t" />
<typesupport mode="8-bit" in_out_t="i8_t" />
<typesupport mode="16-bit" in_out_t="i16_t" />
<typesupport mode="32-bit" in_out_t="i32_t" />
+ <typesupport mode="48-bit" in_out_t="i48_t" />
<typesupport mode="fp16" in_out_t="fp16_t" >
<profile name="MI"/>
<profile name="MT"/>