Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | include/intarith: drop ctz() | Kefu Chai | 2022-08-24 | 1 | -20/+0 |
* | include/intarith: drop popcount() | Kefu Chai | 2022-08-22 | 1 | -19/+0 |
* | include/intarith: drop clz() | Kefu Chai | 2022-08-22 | 1 | -18/+0 |
* | include/intarith: drop isp2() | Kefu Chai | 2022-08-22 | 1 | -3/+0 |
* | include/intarith: add popcount() | Kefu Chai | 2021-07-27 | 1 | -2/+20 |
* | test/test_intarith: adapt to the change in intarith.h | Kefu Chai | 2021-07-27 | 1 | -32/+32 |
* | intarith: kill P2* macros | xie xingguo | 2018-03-28 | 1 | -12/+12 |
* | os/bluestore: introduce power 2 macros for block alignment and rounding | xie xingguo | 2016-07-05 | 1 | -0/+19 |
* | include/intarith: add ctz/clz/cbits helpers | Sage Weil | 2016-06-07 | 1 | -0/+63 |