IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
DivPack.h
Go to the documentation of this file.
1 // DivPack.h:
3 // -----------------
4 //
17 
18 #ifndef __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_DETAIL_DIVPACK_H__
19 #define __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_DETAIL_DIVPACK_H__
20 
23 
24 namespace ipsdk {
25 namespace simd {
26 namespace detail {
27 
30 
36 template <eInstructionSet::domain instructionSet,
37  typename TIn1,
38  typename TIn2,
39  typename Enable=void>
40 struct DivPack
41 {
42 };
43 
46 
47 } // end of namespace detail
48 } // end of namespace simd
49 } // end of namespace ipsdk
50 
52 
53 #ifdef IPSDK_WITH_SSE2
55 #endif
56 
57 #ifdef IPSDK_WITH_AVX
59 #endif
60 
61 #ifdef IPSDK_WITH_AVX2
63 #endif
64 
65 #ifdef IPSDK_WITH_AVX512
67 #endif
68 
69 #endif // __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_DETAIL_DIVPACK_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Definition: DivPack.h:40
specialization of ipsdk::simd::detail::DivPack structure for SSE2 instruction set ...
Predefined types associated to instruction set management.
Definition of import/export macro for library.
ipsdk::simd::detail::DivPack structure template specialization for standard instruction set ...
specialization of ipsdk::simd::detail::DivPack template pack for AVX instruction set ...
specialization of ipsdk::simd::detail::DivPack structure for AVX2 instruction set ...
specialization of ipsdk::simd::detail::DivPack structure for AVX512 instruction set ...