ROOT  6.06/08
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

§ and_() [1/2]

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

§ and_() [2/2]

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.

§ or_() [1/2]

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

§ or_() [2/2]

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.

§ xor_() [1/2]

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

§ xor_() [2/2]

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.