IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
LoadReg.h
Go to the documentation of this file.
1 // LoadReg.h:
3 // ------------
4 //
14 
15 #ifndef __IPSDKUTIL_INSTRUCTIONSET_DETAIL_LOADREG_H__
16 #define __IPSDKUTIL_INSTRUCTIONSET_DETAIL_LOADREG_H__
17 
19 
21 
23 
24 #ifdef IPSDK_WITH_SSE2
26 #endif
27 
28 #ifdef IPSDK_WITH_AVX
30 #endif
31 
32 #ifdef IPSDK_WITH_AVX2
33 #include <IPSDKUtil/InstructionSet/detail/AVX2/LoadRegImpl.h>
34 #endif
35 
36 #ifdef IPSDK_WITH_AVX512
37 #include <IPSDKUtil/InstructionSet/detail/AVX512/LoadRegImpl.h>
38 #endif
39 
40 #endif // __IPSDKUTIL_INSTRUCTIONSET_DETAIL_LOADREG_H__
Definition of import/export macro for library.