IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
IsGreaterRegDecl.h
Go to the documentation of this file.
1 // IsGreaterRegDecl.h:
3 // -------------------
4 //
14 
15 #ifndef __IPSDKUTIL_INSTRUCTIONSET_COMPARISON_DETAIL_AVX2_ISGREATERREGDECL_H__
16 #define __IPSDKUTIL_INSTRUCTIONSET_COMPARISON_DETAIL_AVX2_ISGREATERREGDECL_H__
17 
22 
23 namespace ipsdk {
24 namespace simd {
25 namespace detail {
26 
29 
30 template <typename T>
32 {
33  static IPSDK_FORCEINLINE
35  act(const typename AvxType<T>::Type& in1,
36  const typename AvxType<T>::Type& in2);
37 
38  static IPSDK_FORCEINLINE
39  void
40  act(const typename AvxType<T>::Type& in1,
41  const typename AvxType<T>::Type& in2,
43 };
44 
47 
48 } // end of namespace detail
49 } // end of namespace simd
50 } // end of namespace ipsdk
51 
52 
53 #endif // __IPSDKUTIL_INSTRUCTIONSET_COMPARISON_DETAIL_AVX2_ISGREATERREGDECL_H__
Defines the IPSDK_FORCEINLINE.
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Definition: IsGreaterRegDecl.h:30
Predefined types for Avx instruction set management.
eInstructionSet
Enumerate for processor instruction set description.
Definition: InstructionSetTypes.h:31
Advanced Vector Extensions 2.
Definition: InstructionSetTypes.h:48
Definition of import/export macro for library.
Definition: RegMaskType.h:29
structure used to retrieve AVX type associated to a base type
Definition: AvxTypes.h:33