15 #ifndef __IPSDKUTIL_INSTRUCTIONSET_COMPARISON_DETAIL_AVX2_ISEQUALREGDECL_H__ 16 #define __IPSDKUTIL_INSTRUCTIONSET_COMPARISON_DETAIL_AVX2_ISEQUALREGDECL_H__ 23 #include <boost/type_traits/is_integral.hpp> 24 #include <boost/utility/enable_if.hpp> 37 typename boost::enable_if<
38 typename boost::mpl::and_<
39 typename boost::is_integral<T>::type,
40 typename boost::mpl::equal_to<boost::mpl::int_<sizeof(T)>, boost::mpl::int_<1> >::type
45 static IPSDK_FORCEINLINE
50 static IPSDK_FORCEINLINE
61 typename boost::enable_if<
62 typename boost::mpl::and_<
63 typename boost::is_integral<T>::type,
64 typename boost::mpl::equal_to<boost::mpl::int_<sizeof(T)>, boost::mpl::int_<2> >::type
69 static IPSDK_FORCEINLINE
74 static IPSDK_FORCEINLINE
85 typename boost::enable_if<
86 typename boost::mpl::and_<
87 typename boost::is_integral<T>::type,
88 typename boost::mpl::equal_to<boost::mpl::int_<sizeof(T)>, boost::mpl::int_<4> >::type
93 static IPSDK_FORCEINLINE
98 static IPSDK_FORCEINLINE
105 template <
typename T>
109 typename boost::enable_if<
110 typename boost::mpl::and_<
111 typename boost::is_integral<T>::type,
112 typename boost::mpl::equal_to<boost::mpl::int_<sizeof(T)>, boost::mpl::int_<8> >::type
117 static IPSDK_FORCEINLINE
122 static IPSDK_FORCEINLINE
133 static IPSDK_FORCEINLINE
138 static IPSDK_FORCEINLINE
149 static IPSDK_FORCEINLINE
154 static IPSDK_FORCEINLINE
168 #endif // __IPSDKUTIL_INSTRUCTIONSET_COMPARISON_DETAIL_AVX2_ISEQUALREGDECL_H__ Defines the IPSDK_FORCEINLINE.
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Definition: IsEqualRegDecl.h:35
double ipReal64
Base types definition.
Definition: BaseTypes.h:57
Predefined types for Avx instruction set management.
eInstructionSet
Enumerate for processor instruction set description.
Definition: InstructionSetTypes.h:31
Advanced Vector Extensions 2.
Definition: InstructionSetTypes.h:48
Definition of import/export macro for library.
Definition: RegMaskType.h:29
IsEqualReg<eInstructionSet::domain instructionSet, typename T, typename Enable=void> structure...
structure used to retrieve AVX type associated to a base type
Definition: AvxTypes.h:33
float ipReal32
Base types definition.
Definition: BaseTypes.h:56