pan/bi: Clarify tuple comment

Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8723>
This commit is contained in:
Alyssa Rosenzweig
2020-12-22 15:41:16 -05:00
committed by Marge Bot
parent 47348db7e8
commit 4b480444e1
+1 -3
View File
@@ -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];