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:
committed by
Marge Bot
parent
47348db7e8
commit
4b480444e1
@@ -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];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user