alpaka
Abstraction Library for Parallel Kernel Acceleration
IntrinsicFallback.hpp File Reference

Go to the source code of this file.

Classes

class  alpaka::IntrinsicFallback
 The Fallback intrinsic. More...
 
struct  alpaka::trait::Ffs< IntrinsicFallback >
 
struct  alpaka::trait::Popcount< IntrinsicFallback >
 

Namespaces

 alpaka
 The alpaka accelerator library.
 
 alpaka::detail
 
 alpaka::trait
 The accelerator traits.
 

Functions

template<typename TValue >
static auto alpaka::detail::ffsFallback (TValue value) -> std::int32_t
 Fallback implementation of ffs. More...
 
template<typename TValue >
static auto alpaka::detail::popcountFallback (TValue value) -> std::int32_t
 Fallback implementation of popcount. More...