15 #ifndef __IPSDKUTIL_INSTRUCTIONSET_LOGICAL_IFMASKALLONESELSEZERO_H__ 16 #define __IPSDKUTIL_INSTRUCTIONSET_LOGICAL_IFMASKALLONESELSEZERO_H__ 31 template <eInstructionSet::domain instructionSet,
32 ePackType::domain packType,
36 ifMaskAllOnesElseZero(
const BaseMaskPack<packType, ipUInt8>& mask)
38 return detail::IfMaskAllOnesElseZeroPack<instructionSet, T>::act(mask);
41 template <eInstructionSet::domain instructionSet,
42 ePackType::domain packType,
46 ifMaskAllOnesElseZero(
47 const BaseMaskPack<packType, T>& mask,
48 BasePack<packType, T>& out)
50 detail::IfMaskAllOnesElseZeroPack<instructionSet, T>::act(mask, out);
59 #endif // __IPSDKUTIL_INSTRUCTIONSET_LOGICAL_IFMASKALLONESELSEZERO_H__ Defines the IPSDK_FORCEINLINE.
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
defines template structures PromotedType<T1, T2> and PromotedType3<T1, T2, T3>; their attribute Type ...
Definition of import/export macro for library.