1
0
Fork 0
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:
bolero-MURAKAMI 2012-08-08 21:59:47 +09:00
parent 30241d3be6
commit f05cd35fe8
12 changed files with 863 additions and 174 deletions

View file

@ -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