mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +00:00
add single and range bitwise operations
This commit is contained in:
parent
5bfb5087ac
commit
fd608b74e2
13 changed files with 318 additions and 2 deletions
|
@ -13,8 +13,8 @@
|
|||
#include <sprout/bit/count.hpp>
|
||||
#include <sprout/bit/rightmost.hpp>
|
||||
#include <sprout/bit/reverse.hpp>
|
||||
//#include <sprout/bit/single.hpp>
|
||||
//#include <sprout/bit/range.hpp>
|
||||
#include <sprout/bit/single.hpp>
|
||||
#include <sprout/bit/range.hpp>
|
||||
//#include <sprout/bit/pow2.hpp>
|
||||
//#include <sprout/bit/saturated.hpp>
|
||||
//#include <sprout/bit/align.hpp>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue