ROOT  6.06/09
Reference Guide
Functions
ROOT::Vc::AVX::Intrinsics Namespace Reference

Functions

static Vc_ALWAYS_INLINE Vc_PURE m256 and_ (param256 a, param256 b)
 
static Vc_ALWAYS_INLINE Vc_PURE m256 or_ (param256 a, param256 b)
 
static Vc_ALWAYS_INLINE Vc_PURE m256 xor_ (param256 a, param256 b)
 
static Vc_ALWAYS_INLINE Vc_PURE m128 and_ (param128 a, param128 b)
 
static Vc_ALWAYS_INLINE Vc_PURE m128 or_ (param128 a, param128 b)
 
static Vc_ALWAYS_INLINE Vc_PURE m128 xor_ (param128 a, param128 b)
 

Function Documentation

static Vc_ALWAYS_INLINE Vc_PURE m256 ROOT::Vc::AVX::Intrinsics::and_ ( param256  a,
param256  b 
)
static

Definition at line 209 of file mask.h.

Referenced by ROOT::Vc::AVX::operator&(), and ROOT::Vc::AVX::operator&&().

static Vc_ALWAYS_INLINE Vc_PURE m128 ROOT::Vc::AVX::Intrinsics::and_ ( param128  a,
param128  b 
)
static

Definition at line 213 of file mask.h.

static Vc_ALWAYS_INLINE Vc_PURE m256 ROOT::Vc::AVX::Intrinsics::or_ ( param256  a,
param256  b 
)
static

Definition at line 210 of file mask.h.

Referenced by ROOT::Vc::AVX::operator|(), and ROOT::Vc::AVX::operator||().

static Vc_ALWAYS_INLINE Vc_PURE m128 ROOT::Vc::AVX::Intrinsics::or_ ( param128  a,
param128  b 
)
static

Definition at line 214 of file mask.h.

static Vc_ALWAYS_INLINE Vc_PURE m256 ROOT::Vc::AVX::Intrinsics::xor_ ( param256  a,
param256  b 
)
static

Definition at line 211 of file mask.h.

Referenced by ROOT::Vc::AVX::operator^().

static Vc_ALWAYS_INLINE Vc_PURE m128 ROOT::Vc::AVX::Intrinsics::xor_ ( param128  a,
param128  b 
)
static

Definition at line 215 of file mask.h.