From 4b480444e165f103016c7b652fa7957c42645a35 Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Tue, 22 Dec 2020 15:41:16 -0500 Subject: [PATCH] pan/bi: Clarify tuple comment Signed-off-by: Alyssa Rosenzweig Reviewed-by: Boris Brezillon Part-of: --- src/panfrost/bifrost/compiler.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/panfrost/bifrost/compiler.h b/src/panfrost/bifrost/compiler.h index 8fd85839ef0..cb4dc7f7387 100644 --- a/src/panfrost/bifrost/compiler.h +++ b/src/panfrost/bifrost/compiler.h @@ -416,9 +416,7 @@ typedef struct { /* Link back up for branch calculations */ struct bi_block *block; - /* A clause can have 8 instructions in tupled FMA/ADD sense, so there - * can be 8 tuples. */ - + /* Architectural limit of 8 tuples/clause */ unsigned tuple_count; bi_tuple tuples[8];