15 #ifndef __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_ISODD_H__ 16 #define __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_ISODD_H__ 20 #include <IPSDKUtil/InstructionSet/Arithmetic/detail/IsOddReg.h> 32 template <eInstructionSet::domain instructionSet,
class PackT>
34 typename Pack2MaskPackType<PackT>::Type
35 isOdd(
const PackT& in)
38 return detail::UnaryPackOpRetMask<instructionSet, T,
39 detail::IsOddReg<instructionSet, T> >::act(in);
44 template <eInstructionSet::domain instructionSet,
class PackT>
47 isOdd(
const PackT& in,
typename Pack2MaskPackType<PackT>::Type& out)
50 detail::UnaryPackOpRetMask<instructionSet, T,
51 detail::IsOddReg<instructionSet, T> >::act(in, out);
60 #endif // __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_ISODD_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.