15 #ifndef __IPSDKUTIL_INSTRUCTIONSET_LOGICAL_DETAIL_COMMON_IFELSE0PACK_H__ 16 #define __IPSDKUTIL_INSTRUCTIONSET_LOGICAL_DETAIL_COMMON_IFELSE0PACK_H__ 52 template <eInstructionSet::domain instructionSet,
typename T>
55 static IPSDK_FORCEINLINE
61 cast<instructionSet>(mask, packFromMask);
62 return in & packFromMask;
65 static IPSDK_FORCEINLINE
72 cast<instructionSet>(mask, packFromMask);
73 bitwiseAnd<instructionSet>(in, packFromMask, out);
84 #endif // __IPSDKUTIL_INSTRUCTIONSET_LOGICAL_DETAIL_COMMON_IFELSE0PACK_H__ Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
cast function; casts a Pack<instructionSet, TIn> to a Pack<instructionSet, TOut>
structure containing set of masks for vectorized operations
Definition: BaseMaskPackDecl.h:29
BaseMaskPack class; defines a set of masks; the number of masks in this set depends on the type of th...
BasePack class; defines a set of scalars (for instruction set "standard") or registers (for all other...
Definition: PackTypes.h:56
Definition of import/export macro for library.
Definition: IfElse0Pack.h:30
structure containing intrinsic registers used to store vectorized data
Definition: BasePackDecl.h:29