mesa/src/util/tests
Connor Abbott b87817871b util: Add a helper for faster remainders
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 <eric@anholt.net>
Acked-by: Jason Ekstrand <jason@jlekstrand.net>
2019-05-31 19:14:27 +02:00
..
fast_idiv_by_const Delete autotools 2019-04-15 13:44:29 -07:00
fast_urem_by_const util: Add a helper for faster remainders 2019-05-31 19:14:27 +02:00
hash_table util/tests: Use define instead of VLA 2019-05-03 10:58:17 -07:00
set util/set: Add a _mesa_set_search_or_add() function 2019-05-31 19:13:45 +02:00
string_buffer Delete autotools 2019-04-15 13:44:29 -07:00
vma tests/vma: fix build with MSVC 2019-05-03 10:58:27 -07:00