15 #ifndef __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_ISEVEN_H__ 16 #define __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_ISEVEN_H__ 20 #include <IPSDKUtil/InstructionSet/Arithmetic/detail/IsEvenReg.h> 32 template <eInstructionSet::domain instructionSet,
class PackT>
34 typename Pack2MaskPackType<PackT>::Type
35 isEven(
const PackT& in)
38 return detail::UnaryPackOpRetMask<instructionSet, T,
39 detail::IsEvenReg<instructionSet, T> >::act(in);
43 template <eInstructionSet::domain instructionSet,
class PackT>
46 isEven(
const PackT& in,
typename Pack2MaskPackType<PackT>::Type& out)
49 detail::UnaryPackOpRetMask<instructionSet, T,
50 detail::IsEvenReg<instructionSet, T> >::act(in, out);
59 #endif // __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_ISEVEN_H__ Defines the IPSDK_FORCEINLINE.
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Vector DataType
data type used for estimation
Definition: EstimationTypes.h:58
Definition of import/export macro for library.