Sprout/sprout/bit/operation.hpp

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