1
0
Fork 0
mirror of https://github.com/bolero-MURAKAMI/Sprout synced 2024-11-12 21:09:01 +00:00
Sprout/sprout/bit/operation.hpp

13 lines
347 B
C++
Raw Normal View History

2012-06-22 13:56:25 +00:00
#ifndef SPROUT_BIT_OPERATION_HPP
#define SPROUT_BIT_OPERATION_HPP
#include <sprout/config.hpp>
#include <sprout/bit/popcount.hpp>
#include <sprout/bit/clz.hpp>
#include <sprout/bit/ctz.hpp>
2012-08-08 12:59:47 +00:00
#include <sprout/bit/rotate.hpp>
#include <sprout/bit/reverse.hpp>
#include <sprout/bit/length.hpp>
2012-06-22 13:56:25 +00:00
#endif // #ifndef SPROUT_BIT_OPERATION_HPP