15 #ifndef __IPSDKUTIL_INSTRUCTIONSET_MASKPACK_H__ 16 #define __IPSDKUTIL_INSTRUCTIONSET_MASKPACK_H__ 29 template <eInstructionSet::domain is,
typename T,
typename Enable=
void>
34 BOOST_STATIC_ASSERT_MSG(
sizeof(T)==0,
"invalid template arguments combination for MaskPack");
50 typename boost::enable_if_c<!boost::is_integral<T>::value>::type>
62 typename boost::enable_if_c<!boost::is_integral<T>::value>::type>
78 #endif // __IPSDKUTIL_INSTRUCTIONSET_MASKPACK_H__ Fused multiplyadd.
Definition: InstructionSetTypes.h:46
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
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...
Definition: MaskPack.h:30
(including fundation and byte and word instructions)
Definition: InstructionSetTypes.h:51
eInstructionSet
Enumerate for processor instruction set description.
Definition: InstructionSetTypes.h:31
Advanced Vector Extensions.
Definition: InstructionSetTypes.h:44
Advanced Vector Extensions 2.
Definition: InstructionSetTypes.h:48
Predefined types associated to instruction set management.
Definition of import/export macro for library.
Streaming SIMD Extensions 2.
Definition: InstructionSetTypes.h:36
compiler optimisations only
Definition: InstructionSetTypes.h:34