template<>
struct ROOT::Vc::SSE::VectorHelper< int >
Definition at line 444 of file vectorhelper.h.
|
static Vc_ALWAYS_INLINE Vc_CONST VectorType | notMaskedToZero (VectorType a, _M128 mask) |
|
static Vc_ALWAYS_INLINE Vc_CONST VectorType | one () |
|
static Vc_ALWAYS_INLINE Vc_CONST VectorType | set (const int a) |
|
static Vc_ALWAYS_INLINE Vc_CONST VectorType | set (const int a, const int b, const int c, const int d) |
|
static Vc_ALWAYS_INLINE void | fma (VectorType &v1, VectorType v2, VectorType v3) |
|
static Vc_ALWAYS_INLINE Vc_CONST VectorType | shiftLeft (VectorType a, int shift) |
|
static Vc_ALWAYS_INLINE Vc_CONST VectorType | shiftRight (VectorType a, int shift) |
|
static Vc_INTRINSIC Vc_CONST VectorType | abs (const VectorType a) |
|
static Vc_INTRINSIC Vc_CONST VectorType | min (const VectorType a, const VectorType b) |
|
static Vc_INTRINSIC Vc_CONST VectorType | max (const VectorType a, const VectorType b) |
|
static Vc_ALWAYS_INLINE Vc_CONST EntryType | min (VectorType a) |
|
static Vc_ALWAYS_INLINE Vc_CONST EntryType | max (VectorType a) |
|
static Vc_ALWAYS_INLINE Vc_CONST EntryType | add (VectorType a) |
|
static Vc_CONST VectorType | mul (const VectorType a, const VectorType b) |
|
static Vc_ALWAYS_INLINE Vc_CONST VectorType | cmpnlt (const VectorType a, const VectorType b) |
|
static Vc_ALWAYS_INLINE Vc_CONST VectorType | cmple (const VectorType a, const VectorType b) |
|
static Vc_ALWAYS_INLINE Vc_CONST VectorType | cmpnle (const VectorType a, const VectorType b) |
|
static Vc_ALWAYS_INLINE Vc_CONST VectorType | round (VectorType a) |
|