35 #ifndef _BLAZE_MATH_FUNCTORS_SHIFTRV_H_ 36 #define _BLAZE_MATH_FUNCTORS_SHIFTRV_H_ 84 template<
typename T1,
typename T2 >
96 template<
typename T1,
typename T2 >
97 static constexpr
bool simdEnabled() {
return HasSIMDShiftRV_v<T1,T2>; }
115 template<
typename T1,
typename T2 >
137 template<
typename T1,
typename T2 >
138 struct YieldsUniform<ShiftRV,T1,T2>
139 :
public BoolConstant< IsUniform_v<T1> && IsUniform_v<T2> >
155 template<
typename MT1,
typename MT2 >
156 struct YieldsSymmetric<ShiftRV,MT1,MT2>
157 :
public BoolConstant< IsSymmetric_v<MT1> && IsSymmetric_v<MT2> >
173 template<
typename MT1,
typename MT2 >
174 struct YieldsLower<ShiftRV,MT1,MT2>
175 :
public IsLower<MT1>
191 template<
typename MT1,
typename MT2 >
192 struct YieldsStrictlyLower<ShiftRV,MT1,MT2>
193 :
public IsStrictlyLower<MT1>
209 template<
typename MT1,
typename MT2 >
210 struct YieldsUpper<ShiftRV,MT1,MT2>
211 :
public IsUpper<MT1>
227 template<
typename MT1,
typename MT2 >
228 struct YieldsStrictlyUpper<ShiftRV,MT1,MT2>
229 :
public IsStrictlyUpper<MT1>
245 template<
typename T1,
typename T2 >
246 struct YieldsZero<ShiftRV,T1,T2>
static constexpr bool simdEnabled()
Returns whether SIMD is enabled for the specified data types T1 and T2.
Definition: ShiftRV.h:97
Header file for the YieldsStrictlyLower type trait.
Header file for the YieldsZero type trait.
static constexpr bool paddingEnabled()
Returns whether the operation supports padding, i.e. whether it can deal with zeros.
Definition: ShiftRV.h:105
Generic wrapper for the elementwise right-shift operation.
Definition: ShiftRV.h:75
Header file for the HasSIMDShiftRV type trait.
#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
decltype(auto) BLAZE_ALWAYS_INLINE load(const T1 &a, const T2 &b) const
Returns the result of the elementwise right-shift operation for the given SIMD vector.
Definition: ShiftRV.h:116
Header file for the IsStrictlyUpper type trait.
Header file for the IsSymmetric type trait.
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
Header file for the YieldsStrictlyUpper type trait.
Header file for the IsLower type trait.
Constraint on the data type.
Header file for the IsStrictlyLower type trait.
Header file for the YieldsSymmetric type trait.
Header file for the YieldsUpper type trait.
Header file for the IsZero type trait.
Header file for the YieldsLower type trait.
IntegralConstant< bool, B > BoolConstant
Generic wrapper for a compile time constant boolean value.The BoolConstant alias template represents ...
Definition: IntegralConstant.h:110
Header file for the SIMD right-shift functionality.
Header file for the IsUpper type trait.
System settings for the inline keywords.