From 9779a9a51e5d21044a2edbe15b876c5880d5804b Mon Sep 17 00:00:00 2001 From: James Park Date: Thu, 26 Nov 2020 22:04:29 -0800 Subject: [PATCH] aco: Declare num_reduce_ops for array size Reviewed-by: Rhys Perry Part-of: --- src/amd/compiler/aco_ir.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/amd/compiler/aco_ir.h b/src/amd/compiler/aco_ir.h index 99764b1e898..9854dec5c96 100644 --- a/src/amd/compiler/aco_ir.h +++ b/src/amd/compiler/aco_ir.h @@ -1319,6 +1319,7 @@ enum ReduceOp : uint16_t { iand8, iand16, iand32, iand64, ior8, ior16, ior32, ior64, ixor8, ixor16, ixor32, ixor64, + num_reduce_ops, }; /**