aboutsummaryrefslogtreecommitdiff
path: root/src/tests/common/bit_utils.cpp
AgeCommit message (Collapse)Author
2021-01-15common/bit_util: Replace CLZ/CTZ operations with standardized onesLioncash
Makes for less code that we need to maintain.
2019-03-27Fixes and corrections on formatting.Fernando Sahmkow
2019-03-27Implement intrinsics CountTrailingZeroes and test it.Fernando Sahmkow