Hydra: MSB.h File Reference (original) (raw)
#include <hydra/detail/Config.h>
#include <hydra/detail/utility/Integer.h>
#include <type_traits>
#include <utility>
Go to the source code of this file.
Namespaces |
---|
Functions | |
---|---|
template | |
__hydra_host__ __hydra_device__ std::enable_if< std::is_integral< Integer >::value &&!(std::is_signed< Integer >::value) &&(std::numeric_limits< Integer >::digits==64), unsigned >::type | hydra::detail::msb (Integer x) |
template | |
__hydra_host__ __hydra_device__ std::enable_if< std::is_integral< Integer >::value &&!(std::is_signed< Integer >::value) &&(std::numeric_limits< Integer >::digits<=32), unsigned >::type | hydra::detail::msb (Integer x) |