15 #ifndef __IPSDKUTIL_INSTRUCTIONSET_SCATTER_DETAIL_SSE2_SCATTERREGDECL_H__ 16 #define __IPSDKUTIL_INSTRUCTIONSET_SCATTER_DETAIL_SSE2_SCATTERREGDECL_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
51 T*
const outBaseAddr);
61 T*
const outBaseAddr);
66 typename boost::enable_if<
67 typename boost::mpl::and_<typename boost::is_integral<T>::type,
68 typename boost::mpl::equal_to<boost::mpl::int_<sizeof(T)>, boost::mpl::int_<2> >::type
78 T*
const outBaseAddr);
86 T*
const outBaseAddr);
91 typename boost::enable_if<
92 typename boost::mpl::and_<typename boost::is_integral<T>::type,
93 typename boost::mpl::equal_to<boost::mpl::int_<sizeof(T)>, boost::mpl::int_<4> >::type
103 T*
const outBaseAddr);
110 T*
const outBaseAddr);
149 #endif // __IPSDKUTIL_INSTRUCTIONSET_SCATTER_DETAIL_SSE2_SCATTERREGDECL_H__ Defines the IPSDK_FORCEINLINE.
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Definition: ScatterReg.h:30
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
float ipReal32
Base types definition.
Definition: BaseTypes.h:56
uint32_t ipUInt32
Base types definition.
Definition: BaseTypes.h:53