IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
MinRegDecl.h
Go to the documentation of this file.
1 // MinRegDecl.h:
3 // -------------------
4 //
14 
15 #ifndef __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_DETAIL_STD_MINREGDECL_H__
16 #define __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_DETAIL_STD_MINREGDECL_H__
17 
21 
22 namespace ipsdk {
23 namespace simd {
24 namespace detail {
25 
28 
30 template <typename T>
32 {
33  static IPSDK_FORCEINLINE
34  T
35  act(const T& in1, const T& in2);
36 
37  static IPSDK_FORCEINLINE
38  void
39  act(const T& in1, const T& in2, T& out);
40 };
41 
44 
45 } // end of namespace detail
46 } // end of namespace simd
47 } // end of namespace ipsdk
48 
49 #endif // __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_DETAIL_STD_MINREGDECL_H__
Defines the IPSDK_FORCEINLINE.
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Definition: MinRegDecl.h:29
template structure which is specialized to implement the minimum computation on 2 scalars or 2 regist...
eInstructionSet
Enumerate for processor instruction set description.
Definition: InstructionSetTypes.h:31
Definition of import/export macro for library.
compiler optimisations only
Definition: InstructionSetTypes.h:34