mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +00:00
add checksum/md5, sum, xor
This commit is contained in:
parent
30241d3be6
commit
f05cd35fe8
12 changed files with 863 additions and 174 deletions
|
@ -5,5 +5,8 @@
|
|||
#include <sprout/bit/popcount.hpp>
|
||||
#include <sprout/bit/clz.hpp>
|
||||
#include <sprout/bit/ctz.hpp>
|
||||
#include <sprout/bit/rotate.hpp>
|
||||
#include <sprout/bit/reverse.hpp>
|
||||
#include <sprout/bit/length.hpp>
|
||||
|
||||
#endif // #ifndef SPROUT_BIT_OPERATION_HPP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue