aco: Declare num_reduce_ops for array size

Reviewed-by: Rhys Perry <pendingchaos02@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7785>
This commit is contained in:
James Park 2020-11-26 22:04:29 -08:00 committed by Marge Bot
parent 93094b8c5e
commit 9779a9a51e
1 changed files with 1 additions and 0 deletions

View File

@ -1319,6 +1319,7 @@ enum ReduceOp : uint16_t {
iand8, iand16, iand32, iand64,
ior8, ior16, ior32, ior64,
ixor8, ixor16, ixor32, ixor64,
num_reduce_ops,
};
/**