IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
BaseMaskPack.h
Go to the documentation of this file.
1 // BaseMaskPack.h:
3 // ----------------
4 //
14 
15 #ifndef __IPSDKUTIL_DETAIL_AVX_BASEMASKPACK_H__
16 #define __IPSDKUTIL_DETAIL_AVX_BASEMASKPACK_H__
17 
23 
24 namespace ipsdk {
25 namespace simd {
26 
29 
30 template <typename T>
32 {
33  static const ipsdk::simd::ePackType::domain _regType = ipsdk::simd::ePackType::ePT_Avx;
34  typedef T DataType;
35 
36  typename AvxType<T>::Type _val[
38 };
39 
42 
43 } // end of namespace simd
44 } // end of namespace ipsdk
45 
46 #endif // __IPSDKUTIL_DETAIL_AVX_BASEMASKPACK_H__
Defines the IPSDK_FORCEINLINE.
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
structure containing set of masks for vectorized operations
Definition: BaseMaskPackDecl.h:29
Predefined types for Avx instruction set management.
ePackType
Enumerate describing a pack type.
Definition: PackTypes.h:35
structure, whose attribute value defines the number of registers contained in pack for current instru...
Definition: NbRegsPerOp.h:29
Predefined types associated to instruction set management.
Vector DataType
data type used for estimation
Definition: EstimationTypes.h:58
Definition of import/export macro for library.
packs of avx/avx2 registers (ex.: Packs of __m256i)
Definition: PackTypes.h:43
structure used to retrieve AVX type associated to a base type
Definition: AvxTypes.h:33