IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
BaseMaskPackDecl.h
Go to the documentation of this file.
1 // BaseMaskPackDecl.h:
3 // ------------
4 //
14 
15 #ifndef __IPSDKUTIL_INSTRUCTIONSET_DETAIL_BASEMASKPACKDECL_H__
16 #define __IPSDKUTIL_INSTRUCTIONSET_DETAIL_BASEMASKPACKDECL_H__
17 
20 
21 namespace ipsdk {
22 namespace simd {
23 
26 
28 template <ipsdk::simd::ePackType::domain packType, typename T>
29 struct BaseMaskPack {
30 };
31 
34 
35 } // end of namespace simd
36 } // end of namespace ipsdk
37 
41 
42 #ifdef IPSDK_WITH_SSE2
44 #endif
45 
46 #if (defined IPSDK_WITH_AVX || defined IPSDK_WITH_AVX2)
48 #endif
49 
50 #ifdef IPSDK_WITH_AVX512
52 #endif
53 
54 #endif // __IPSDKUTIL_INSTRUCTIONSET_DETAIL_BASEMASKPACKDECL_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
structure, whose attribute value defines the number of registers contained in pack for current instru...
structure containing set of masks for vectorized operations
Definition: BaseMaskPackDecl.h:29
Definition of import/export macro for library.
simd::Pack types