aboutsummaryrefslogtreecommitdiffstats
path: root/src/util/fast_urem_by_const.h
Commit message (Collapse)AuthorAgeFilesLines
* util: Add a helper for faster remaindersConnor Abbott2019-05-311-0/+74
This should be at least as fast as using fast_idiv_by_const, and has the advantage that the precomputation is simple enough to be evaluated at Mesa-compile time for hash tables and sets which have a fixed table of possible divisors. Acked-by: Eric Anholt <[email protected]> Acked-by: Jason Ekstrand <[email protected]>