15 #ifndef __IPSDKUTIL_INSTRUCTIONSET_BOOL_MASK_CAST_H__ 16 #define __IPSDKUTIL_INSTRUCTIONSET_BOOL_MASK_CAST_H__ 26 template <eInstructionSet::domain IS,
class PackIn,
class PackOut>
27 IPSDK_FORCEINLINE
void 28 bool_mask_cast(
const PackIn& in, PackOut& out)
32 detail::BoolMaskCast<IS, TIn, TOut>::act(in, out);
41 #endif // __IPSDKUTIL_INSTRUCTIONSET_BOOL_MASK_CAST_H__ Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Vector DataType
data type used for estimation
Definition: EstimationTypes.h:58
structure used to cast boolean mask valued to 0xFFFF... or 0x000... from a type to an other ...