35 #ifndef _BLAZE_MATH_FUNCTORS_POW3_H_ 36 #define _BLAZE_MATH_FUNCTORS_POW3_H_ 92 template<
typename T >
104 template<
typename T >
105 static constexpr
bool simdEnabled() {
return HasSIMDMult_v<T,T>; }
122 template<
typename T >
143 template<
typename T >
144 struct YieldsUniform<Pow3,T>
145 :
public IsUniform<T>
161 template<
typename MT >
162 struct YieldsLower<Pow3,MT>
179 template<
typename MT >
180 struct YieldsUniLower<Pow3,MT>
181 :
public IsUniLower<MT>
197 template<
typename MT >
198 struct YieldsStrictlyLower<Pow3,MT>
199 :
public IsStrictlyLower<MT>
215 template<
typename MT >
216 struct YieldsUpper<Pow3,MT>
233 template<
typename MT >
234 struct YieldsUniUpper<Pow3,MT>
235 :
public IsUniUpper<MT>
251 template<
typename MT >
252 struct YieldsStrictlyUpper<Pow3,MT>
253 :
public IsStrictlyUpper<MT>
269 template<
typename T >
270 struct YieldsZero<Pow3,T>
Header file for the IsUniUpper type trait.
Header file for the YieldsStrictlyLower type trait.
Header file for the YieldsZero type trait.
Pow3()
Default constructor of the Pow3 functor.
Definition: Pow3.h:82
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
Header file for the IsStrictlyUpper 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 T &a) const
Returns the result of the pow3() function for the given SIMD vector.
Definition: Pow3.h:123
Constraint on the data type.
Header file for the pow3 shim.
Header file for the IsStrictlyLower type trait.
decltype(auto) pow3(const Proxy< PT, RT > &proxy)
Computing the cube value of the represented element.
Definition: Proxy.h:1405
Header file for the HasSIMDMult type trait.
static constexpr bool simdEnabled()
Returns whether SIMD is enabled for the specified data type T.
Definition: Pow3.h:105
Header file for the YieldsUpper type trait.
Header file for the IsZero type trait.
Header file for the YieldsLower type trait.
Generic wrapper for the pow3() function.
Definition: Pow3.h:77
Header file for the IsUpper type trait.
Header file for the YieldsUniUpper type trait.
static constexpr bool paddingEnabled()
Returns whether the operation supports padding, i.e. whether it can deal with zeros.
Definition: Pow3.h:113
System settings for the inline keywords.