Sprout/sprout/bit/operation.hpp
2012-06-22 22:56:25 +09:00

9 lines
244 B
C++

#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>
#endif // #ifndef SPROUT_BIT_OPERATION_HPP