15 #ifndef __IPSDKUTIL_INSTRUCTIONSET_DETAIL_SSE2_ASSIGNREGDECL_H__ 16 #define __IPSDKUTIL_INSTRUCTIONSET_DETAIL_SSE2_ASSIGNREGDECL_H__ 24 #include <boost/mpl/and.hpp> 25 #include <boost/mpl/equal_to.hpp> 26 #include <boost/mpl/int.hpp> 27 #include <boost/type_traits/is_same.hpp> 28 #include <boost/type_traits/is_signed.hpp> 39 typename boost::enable_if<
40 typename boost::mpl::and_<typename boost::is_integral<T>::type,
41 typename boost::mpl::equal_to<boost::mpl::int_<sizeof(T)>, boost::mpl::int_<1> >::type
59 typename boost::enable_if<
60 typename boost::mpl::and_<typename boost::is_integral<T>::type,
61 typename boost::mpl::equal_to<boost::mpl::int_<sizeof(T)>, boost::mpl::int_<2> >::type
79 typename boost::enable_if<
80 typename boost::mpl::and_<typename boost::is_integral<T>::type,
81 typename boost::mpl::equal_to<boost::mpl::int_<sizeof(T)>, boost::mpl::int_<4> >::type
99 typename boost::enable_if<
100 typename boost::mpl::and_<typename boost::is_integral<T>::type,
101 typename boost::mpl::equal_to<boost::mpl::int_<sizeof(T)>, boost::mpl::int_<8> >::type
152 #endif // __IPSDKUTIL_INSTRUCTIONSET_DETAIL_SSE2_ASSIGNREGDECL_H__ Defines the IPSDK_FORCEINLINE.
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
double ipReal64
Base types definition.
Definition: BaseTypes.h:57
eInstructionSet
Enumerate for processor instruction set description.
Definition: InstructionSetTypes.h:31
Predefined types for Sse2 instruction set management.
Predefined types associated to instruction set management.
Definition of import/export macro for library.
Streaming SIMD Extensions 2.
Definition: InstructionSetTypes.h:36
structure used to retrieve SSE2 type associated to a base type
Definition: Sse2Types.h:32
Definition: AssignRegDecl.h:31
float ipReal32
Base types definition.
Definition: BaseTypes.h:56