acc [terminology]
Terminology¶
Usage¶
- Use for a compact general accumulator when the operation is not best described as a total, count, product, or optimum.
- It is suitable for operations such as XOR or state folding.
- Prefer
totalfor addition andprefixorsuffixfor directional products.