IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
MaxReg.h
Go to the documentation of this file.
1 // MaxReg.h:
3 // -----------------
4 //
15 
16 #ifndef __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_DETAIL_MAXREG_H__
17 #define __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_DETAIL_MAXREG_H__
18 
21 
23 
24 #ifdef IPSDK_WITH_SSE2
26 #endif
27 
28 #ifdef IPSDK_WITH_AVX
30 #endif
31 
32 #ifdef IPSDK_WITH_AVX2
34 #endif
35 
36 #ifdef IPSDK_WITH_AVX512
38 #endif
39 
40 #endif // __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_DETAIL_MAXREG_H__
specialization of ipsdk::simd::detail::MaxReg structure for SSE2 instruction set
specialization of ipsdk::simd::detail::MaxReg structure for standard instruction set ...
specialization of ipsdk::simd::detail::MaxReg structure for AVX512 instruction set ...
Definition of import/export macro for library.
specialization of ipsdk::simd::detail::MaxReg structure for AVX instruction set
specialization of ipsdk::simd::detail::MaxReg structure for AVX2 instruction set