IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
MaxRegDecl.h
Go to the documentation of this file.
1 // MaxRegDecl.h:
3 // -------------------
4 //
14 
15 #ifndef __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_DETAIL_AVX_MAXREGDECL_H__
16 #define __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_DETAIL_AVX_MAXREGDECL_H__
17 
22 
23 namespace ipsdk {
24 namespace simd {
25 namespace detail {
26 
29 
35 template <>
37 {
38  static IPSDK_FORCEINLINE
40  act(const AvxType<ipInt32>::Type& in1,
41  const AvxType<ipInt32>::Type& in2);
42 
43  static IPSDK_FORCEINLINE
44  void
45  act(const AvxType<ipInt32>::Type& in1,
46  const AvxType<ipInt32>::Type& in2,
48 };
49 
52 template <>
54 {
55  static IPSDK_FORCEINLINE
57  act(const AvxType<ipReal32>::Type& in1,
58  const AvxType<ipReal32>::Type& in2);
59 
60  static IPSDK_FORCEINLINE
61  void
62  act(const AvxType<ipReal32>::Type& in1,
63  const AvxType<ipReal32>::Type& in2,
65 };
66 
69 template <>
71 {
72  static IPSDK_FORCEINLINE
74  act(const AvxType<ipReal64>::Type& in1,
75  const AvxType<ipReal64>::Type& in2);
76 
77  static IPSDK_FORCEINLINE
78  void
79  act(const AvxType<ipReal64>::Type& in1,
80  const AvxType<ipReal64>::Type& in2,
82 };
83 
86 
87 } // end of namespace detail
88 } // end of namespace simd
89 } // end of namespace ipsdk
90 
91 #endif // __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_DETAIL_AVX_MAXREGDECL_H__
Defines the IPSDK_FORCEINLINE.
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
template structure which is specialized to implement the maximum computation on 2 scalars or 2 regist...
double ipReal64
Base types definition.
Definition: BaseTypes.h:57
int32_t ipInt32
Base types definition.
Definition: BaseTypes.h:52
Predefined types for Avx instruction set management.
eInstructionSet
Enumerate for processor instruction set description.
Definition: InstructionSetTypes.h:31
Advanced Vector Extensions.
Definition: InstructionSetTypes.h:44
Definition: MaxRegDecl.h:29
Definition of import/export macro for library.
structure used to retrieve AVX type associated to a base type
Definition: AvxTypes.h:33
float ipReal32
Base types definition.
Definition: BaseTypes.h:56