Hydra  4.0.1
A header-only templated C++ framework to perform data analysis on massively parallel platforms.
MSB.h File Reference
#include <hydra/detail/Config.h>
#include <hydra/detail/utility/Integer.h>
#include <type_traits>
#include <utility>
Include dependency graph for MSB.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 hydra
 Generic policies definition.
 
 hydra::detail
 

Functions

template<typename Integer >
__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<typename Integer >
__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)