IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
min.h
Go to the documentation of this file.
1 // min.h:
3 // -----------------
4 //
16 
17 #ifndef __IPSDKUTIL_INSTRUCTIONSET_REDUCTION_MIN_H__
18 #define __IPSDKUTIL_INSTRUCTIONSET_REDUCTION_MIN_H__
19 
23 
24 namespace ipsdk {
25 namespace simd {
26 
29 
34 template <eInstructionSet::domain instructionSet,
35  class PackT>
36 IPSDK_FORCEINLINE
37 typename PackT::DataType
38 min(const PackT& in)
39 {
40  typedef typename PackT::DataType T;
42 }
43 
46 
47 } // end of namespace simd
48 } // end of namespace ipsdk
49 
50 #endif // __IPSDKUTIL_INSTRUCTIONSET_REDUCTION_MIN_H__
Defines the IPSDK_FORCEINLINE.
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
IPSDK_FORCEINLINE PackT min(const PackT &in1, const PackT &in2)
returns the minimum of 2 packs
Definition: min.h:40
Vector DataType
data type used for estimation
Definition: EstimationTypes.h:58
structure MinPack<eInstructionSet::domain instructionSet, typename T, typename Enable=void> ...
Definition: MinPack.h:41
Definition of import/export macro for library.
structure MinPack<eInstructionSet::domain instructionSet, typename T, typename Enable=void> ...