summaryrefslogtreecommitdiffstats
path: root/src/tests/common/bit_utils.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* common/bit_util: Replace CLZ/CTZ operations with standardized onesLioncash2021-01-151-23/+0
| | | | Makes for less code that we need to maintain.
* Fixes and corrections on formatting.Fernando Sahmkow2019-03-271-29/+10
|
* Implement intrinsics CountTrailingZeroes and test it.Fernando Sahmkow2019-03-271-0/+42