IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
IsGreaterEqualReg.h
Go to the documentation of this file.
1 // IsGreaterEqualReg.h:
3 // -----------------
4 //
14 
15 #ifndef __IPSDKUTIL_INSTRUCTIONSET_COMPARISON_DETAIL_ISGREATEREQUALREG_H__
16 #define __IPSDKUTIL_INSTRUCTIONSET_COMPARISON_DETAIL_ISGREATEREQUALREG_H__
17 
20 
22 
24 
25 #ifdef IPSDK_WITH_SSE2
26 #include <IPSDKUtil/InstructionSet/Comparison/detail/SSE2/IsGreaterEqualRegDecl.h>
27 #endif
28 
29 #ifdef IPSDK_WITH_AVX
31 #endif
32 
33 #ifdef IPSDK_WITH_AVX2
35 #endif
36 
37 #ifdef IPSDK_WITH_AVX512
39 #endif
40 
42 
43 #ifdef IPSDK_WITH_SSE2
44 #include <IPSDKUtil/InstructionSet/Comparison/detail/SSE2/IsGreaterEqualRegImpl.h>
45 #endif
46 
47 #ifdef IPSDK_WITH_AVX
49 #endif
50 
51 #ifdef IPSDK_WITH_AVX2
53 #endif
54 
55 #ifdef IPSDK_WITH_AVX512
57 #endif
58 
59 #endif // __IPSDKUTIL_INSTRUCTIONSET_COMPARISON_DETAIL_ISGREATEREQUALREG_H__
Predefined types associated to instruction set management.
Definition of import/export macro for library.