IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
UnaryMinusReg.h
Go to the documentation of this file.
1 // UnaryMinusReg.h:
3 // -----------------
4 //
18 
19 #ifndef __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_DETAIL_UNARYMINUSREG_H__
20 #define __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_DETAIL_UNARYMINUSREG_H__
21 
24 
25 namespace ipsdk {
26 namespace simd {
27 namespace detail {
28 
31 
38 template <eInstructionSet::domain instructionSet,
39  typename T, typename Enable=void>
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_UNARYMINUSREG_H__
specialization of ipsdk::simd::detail::UnaryMinusReg structure for AVX2 instruction set ...
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
specialization of ipsdk::simd::detail::UnaryMinusReg structure for AVX512 instruction set ...
specialization of ipsdk::simd::detail::UnaryMinusReg structure for SSE2 instruction set ...
specialization of ipsdk::simd::detail::UnaryMinusReg structure for AVX instruction set ...
Predefined types associated to instruction set management.
Definition of import/export macro for library.
Definition: UnaryMinusReg.h:40
specialization of ipsdk::simd::detail::UnaryMinusReg structure for standard instruction set ...