35 #ifndef _BLAZE_MATH_FUNCTORS_BITOR_H_ 36 #define _BLAZE_MATH_FUNCTORS_BITOR_H_ 89 template<
typename T1,
typename T2 >
101 template<
typename T1,
typename T2 >
102 static constexpr
bool simdEnabled() {
return HasSIMDBitor_v<T1,T2>; }
120 template<
typename T1,
typename T2 >
142 template<
typename T1,
typename T2 >
143 struct YieldsUniform<Bitor,T1,T2>
144 :
public BoolConstant< IsUniform_v<T1> && IsUniform_v<T2> >
160 template<
typename MT1,
typename MT2 >
161 struct YieldsSymmetric<Bitor,MT1,MT2>
162 :
public BoolConstant< IsSymmetric_v<MT1> && IsSymmetric_v<MT2> >
178 template<
typename MT1,
typename MT2 >
179 struct YieldsLower<Bitor,MT1,MT2>
180 :
public BoolConstant< IsLower_v<MT1> && IsLower_v<MT2> >
196 template<
typename MT1,
typename MT2 >
197 struct YieldsUniLower<Bitor,MT1,MT2>
198 :
public BoolConstant< IsUniLower_v<MT1> && IsUniLower_v<MT2> >
214 template<
typename MT1,
typename MT2 >
215 struct YieldsStrictlyLower<Bitor,MT1,MT2>
216 :
public BoolConstant< IsStrictlyLower_v<MT1> && IsStrictlyLower_v<MT2> >
232 template<
typename MT1,
typename MT2 >
233 struct YieldsUpper<Bitor,MT1,MT2>
234 :
public BoolConstant< IsUpper_v<MT1> && IsUpper_v<MT2> >
250 template<
typename MT1,
typename MT2 >
251 struct YieldsUniUpper<Bitor,MT1,MT2>
252 :
public BoolConstant< IsUniUpper_v<MT1> && IsUniUpper_v<MT2> >
268 template<
typename MT1,
typename MT2 >
269 struct YieldsStrictlyUpper<Bitor,MT1,MT2>
270 :
public BoolConstant< IsStrictlyUpper_v<MT1> && IsStrictlyUpper_v<MT2> >
286 template<
typename T1,
typename T2 >
287 struct YieldsZero<Bitor,T1,T2>
Header file for the IsUniUpper type trait.
Header file for the HasSIMDBitor type trait.
static constexpr bool paddingEnabled()
Returns whether the operation supports padding, i.e. whether it can deal with zeros.
Definition: Bitor.h:110
Generic wrapper for the bitwise OR ('|') operator.
Definition: Bitor.h:80
Header file for the YieldsStrictlyLower type trait.
Header file for the YieldsZero type trait.
Header file for the IsUniLower 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
static constexpr bool simdEnabled()
Returns whether SIMD is enabled for the specified data types T1 and T2.
Definition: Bitor.h:102
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 YieldsUniLower type trait.
Header file for the IsLower type trait.
decltype(auto) BLAZE_ALWAYS_INLINE load(const T1 &a, const T2 &b) const
Returns the result of the bitwise OR operation for the given SIMD vectors.
Definition: Bitor.h:121
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 IntegralConstant class template.
Header file for the SIMD bitor functionality.
Header file for the IsUpper type trait.
Header file for the YieldsUniUpper type trait.
System settings for the inline keywords.