Files
test2/source/blender/blenlib
Jacques Lucke f0669ff8ba BLI: use larger integer type in BitVector
Using larger integer types allows for more efficient code, because we
can use the hardware better. Instead of working on individual bytes,
the code can now work on 8 bytes at a time. We don't really benefit
from this immediately but I'm planning to implement some more optimized
bit vector operations for #104629.

Pull Request #104658
2023-02-12 18:00:48 +01:00
..
2022-12-29 12:01:32 -05:00
2022-11-08 15:50:49 +01:00
2022-11-12 18:33:31 +01:00
2022-11-12 18:33:31 +01:00
2023-01-31 15:49:04 +11:00