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];