IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
IsLessEqualReg.h
Go to the documentation of this file.
1 // IsLessEqualReg.h:
3 // -----------------
4 //
14 
15 #ifndef __IPSDKUTIL_INSTRUCTIONSET_COMPARISON_DETAIL_ISLESSEQUALREG_H__
16 #define __IPSDKUTIL_INSTRUCTIONSET_COMPARISON_DETAIL_ISLESSEQUALREG_H__
17 
20 
22 
24 
25 #ifdef IPSDK_WITH_SSE2
27 #endif
28 
29 #ifdef IPSDK_WITH_AVX
31 #endif
32 
33 
34 #ifdef IPSDK_WITH_AVX2
36 #endif
37 
38 #ifdef IPSDK_WITH_AVX512
40 #endif
41 
43 
44 #ifdef IPSDK_WITH_SSE2
46 #endif
47 
48 #endif // __IPSDKUTIL_INSTRUCTIONSET_COMPARISON_DETAIL_ISLESSEQUALREG_H__
Predefined types associated to instruction set management.
Definition of import/export macro for library.