IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
BaseReg.h
Go to the documentation of this file.
1 // BaseReg.h:
3 // ----------------
4 //
14 
15 #ifndef __IPSDKUTIL_DETAIL_SSE2_BASEREG_H__
16 #define __IPSDKUTIL_DETAIL_SSE2_BASEREG_H__
17 
22 
23 namespace ipsdk {
24 namespace simd {
25 
28 
29 template <typename T>
31 {
32  static const ipsdk::simd::ePackType::domain _regType =
34 
35  typedef T DataType;
36  typedef typename Sse2Type<T>::Type Type;
37 };
38 
41 
42 } // end of namespace simd
43 } // end of namespace ipsdk
44 
45 #endif // __IPSDKUTIL_DETAIL_SSE2_BASEREG_H__
Defines the IPSDK_FORCEINLINE.
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
ePackType
Enumerate describing a pack type.
Definition: PackTypes.h:35
Predefined types for Sse2 instruction set management.
Vector DataType
data type used for estimation
Definition: EstimationTypes.h:58
Definition of import/export macro for library.
structure containing intrinsic registers used to store vectorized data
Definition: BaseReg.h:29
structure used to retrieve SSE2 type associated to a base type
Definition: Sse2Types.h:32
simd::Pack types
packs of sse/sse2 registers (ex.: Packs of __m128i)
Definition: PackTypes.h:41