Commit Graph

3 Commits

Author SHA1 Message Date
0dcca10559 bits.h -> bitops.h, start bitops refactor: target all implem. visible 2024-01-03 19:13:44 +01:00
7bba3c559b *BREAKING changes*: func naming, types moved to br.h, etc...
- int types definitions moved to br.h
- bits_implementation() -> print_bitops_impl()
- 64 bitops use ...ll builtins instead of ...l
- add lsb and msb macros
- bit_for_each -> bit_for_each_1 (count from 1)
- bit_for_each_2 -> bit_for_each (count from 0)
2024-01-01 08:40:24 +01:00
f9318ce49b brlib repo creation 2023-12-24 18:17:38 +01:00