35 #ifndef _BLAZE_MATH_FUNCTORS_NOOP_H_ 36 #define _BLAZE_MATH_FUNCTORS_NOOP_H_ 74 template<
typename T >
86 template<
typename T >
96 template<
typename T >
#define BLAZE_CONSTRAINT_MUST_BE_SIMD_PACK(T)
Constraint on the data type.In case the given data type T is not a SIMD pack, a compilation error is ...
Definition: SIMDPack.h:60
Namespace of the Blaze C++ math library.
Definition: Blaze.h:58
#define BLAZE_ALWAYS_INLINE
Platform dependent setup of an enforced inline keyword.
Definition: Inline.h:85
Generic wrapper for the null function.
Definition: Noop.h:59
Constraint on the data type.
static constexpr bool simdEnabled()
Returns whether SIMD is enabled for the specified data type T.
Definition: Noop.h:87
decltype(auto) BLAZE_ALWAYS_INLINE load(const T &a) const
Returns the given SIMD vector without modifications.
Definition: Noop.h:97
Noop()
Default constructor of the Noop functor.
Definition: Noop.h:64
System settings for the inline keywords.