IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
IfElse0Reg.h
Go to the documentation of this file.
1 // IfElse0Reg.h:
3 // -------------------
4 //
13 
14 #ifndef __IPSDKUTIL_INSTRUCTIONSET_LOGICAL_DETAIL_IFELSE0REG_H__
15 #define __IPSDKUTIL_INSTRUCTIONSET_LOGICAL_DETAIL_IFELSE0REG_H__
16 
22 
23 #include <boost/type_traits/is_integral.hpp>
24 
25 namespace ipsdk {
26 namespace simd {
27 namespace detail {
28 
31 
32 template <eInstructionSet::domain IS, typename T, typename Enable=void>
33 struct IfElse0Reg
34 {
35 };
36 
39 
40 } // end of namespace detail
41 } // end of namespace simd
42 } // end of namespace ipsdk
43 
45 
47 
48 #endif // __IPSDKUTIL_INSTRUCTIONSET_LOGICAL_DETAIL_IFELSE0REG_H__
Defines the IPSDK_FORCEINLINE.
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
RegType class.
Definition: IfElse0Reg.h:33
Definition of import/export macro for library.