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 //
14 
15 #ifndef __IPSDKUTIL_INSTRUCTIONSET_REDUCTION_DETAIL_STD_MAXREG_H__
16 #define __IPSDKUTIL_INSTRUCTIONSET_REDUCTION_DETAIL_STD_MAXREG_H__
17 
22 
23 namespace ipsdk {
24 namespace simd {
25 namespace detail {
26 namespace reduction {
27 
30 
32 template <typename T>
34 {
35  static IPSDK_FORCEINLINE
36  T
37  act(const T& in)
38  {
39  return in;
40  }
41 };
42 
45 
46 } // end of namespace reduction
47 } // end of namespace detail
48 } // end of namespace simd
49 } // end of namespace ipsdk
50 
51 #endif // __IPSDKUTIL_INSTRUCTIONSET_REDUCTION_DETAIL_STD_MAXREG_H__
Defines the IPSDK_FORCEINLINE.
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
BasePack class; defines a set of scalars (for instruction set "standard") or registers (for all other...
template structures used for immediate type promotion
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