From b7293aedaea197acf1e5f93a0b450e6989c498d8 Mon Sep 17 00:00:00 2001 From: Kevin Petit Date: Mon, 5 Dec 2022 12:07:40 +0000 Subject: SELECT: Replace use of cmp_t with bool_t cmp_t is only used in the definition of SELECT and always defined to bool_t. This removes a special case in generators. Signed-off-by: Kevin Petit Change-Id: I9e7992bbfdf5c7fafdd55df90feb4dcbcdee2972 --- tosa.xml | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) (limited to 'tosa.xml') diff --git a/tosa.xml b/tosa.xml index f3f77a7..627bd5a 100644 --- a/tosa.xml +++ b/tosa.xml @@ -1342,7 +1342,7 @@ SELECT - + Input selector tensor @@ -1357,22 +1357,21 @@ - - - - - - + + + + + - + - + -- cgit v1.2.1