IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
AssignPackImpl.h
Go to the documentation of this file.
1 // AssignPackImpl.h:
3 // ------------
4 //
14 
15 #ifndef __IPSDKUTIL_INSTRUCTIONSET_DETAIL_ASSIGNPACKIMPL_H__
16 #define __IPSDKUTIL_INSTRUCTIONSET_DETAIL_ASSIGNPACKIMPL_H__
17 
20 
22 
23 #ifdef IPSDK_WITH_SSE2
25 #endif
26 
27 #ifdef IPSDK_WITH_AVX
29 #endif
30 
31 #ifdef IPSDK_WITH_AVX2
33 #endif
34 
35 #ifdef IPSDK_WITH_AVX512
37 #endif
38 
39 #endif // __IPSDKUTIL_INSTRUCTIONSET_DETAIL_ASSIGNPACKIMPL_H__
Definition of import/export macro for library.