summaryrefslogtreecommitdiffstats
path: root/src/test/test_intarith.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* include/intarith: drop ctz()Kefu Chai2022-08-241-20/+0
* include/intarith: drop popcount()Kefu Chai2022-08-221-19/+0
* include/intarith: drop clz()Kefu Chai2022-08-221-18/+0
* include/intarith: drop isp2()Kefu Chai2022-08-221-3/+0
* include/intarith: add popcount()Kefu Chai2021-07-271-2/+20
* test/test_intarith: adapt to the change in intarith.hKefu Chai2021-07-271-32/+32
* intarith: kill P2* macrosxie xingguo2018-03-281-12/+12
* os/bluestore: introduce power 2 macros for block alignment and roundingxie xingguo2016-07-051-0/+19
* include/intarith: add ctz/clz/cbits helpersSage Weil2016-06-071-0/+63