35#ifndef _BLAZE_MATH_SHIMS_POW2_H_
36#define _BLAZE_MATH_SHIMS_POW2_H_
68 , EnableIf_t< IsScalar_v<T> || IsSIMDPack_v<T> >* =
nullptr >
Header file for the EnableIf class template.
Header file for the IsSIMDPack type trait.
Header file for the IsScalar type trait.
BLAZE_ALWAYS_INLINE constexpr decltype(auto) pow2(const T &a) noexcept(noexcept(a *a))
Squaring the given value/object.
Definition: Pow2.h:69
#define BLAZE_ALWAYS_INLINE
Platform dependent setup of an enforced inline keyword.
Definition: Inline.h:85
System settings for the inline keywords.