![]() |
Blaze 3.9
|
Generic wrapper for the null function. More...
#include <Noop.h>
Public Member Functions | |
template<typename T > | |
BLAZE_ALWAYS_INLINE BLAZE_DEVICE_CALLABLE decltype(auto) | operator() (T &&a) const |
Returns the given object/value without modifications. More... | |
template<typename T > | |
BLAZE_ALWAYS_INLINE decltype(auto) | load (const T &a) const |
Returns the given SIMD vector without modifications. More... | |
Static Public Member Functions | |
template<typename T > | |
static constexpr bool | simdEnabled () |
Returns whether SIMD is enabled for the specified data type T. More... | |
static constexpr bool | paddingEnabled () |
Returns whether the operation supports padding, i.e. whether it can deal with zeros. More... | |
Generic wrapper for the null function.
|
inline |
Returns the given SIMD vector without modifications.
a | The given SIMD vector. |
|
inline |
Returns the given object/value without modifications.
a | The given object/value. |
|
inlinestaticconstexpr |
Returns whether the operation supports padding, i.e. whether it can deal with zeros.
|
inlinestaticconstexpr |
Returns whether SIMD is enabled for the specified data type T.