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_SSE2_ISGREATERREGDECL_H__
16 #define __IPSDKUTIL_INSTRUCTIONSET_COMPARISON_DETAIL_SSE2_ISGREATERREGDECL_H__
17 
23 
24 namespace ipsdk {
25 namespace simd {
26 namespace detail {
27 
30 
31 template <typename T>
33 {
34  static IPSDK_FORCEINLINE
36  act(const typename Sse2Type<T>::Type& in1,
37  const typename Sse2Type<T>::Type& in2);
38 
39  static IPSDK_FORCEINLINE
40  void
41  act(const typename Sse2Type<T>::Type& in1,
42  const typename Sse2Type<T>::Type& in2,
44 };
45 
48 
49 } // end of namespace detail
50 } // end of namespace simd
51 } // end of namespace ipsdk
52 
53 #endif // __IPSDKUTIL_INSTRUCTIONSET_COMPARISON_DETAIL_SSE2_ISGREATERREGDECL_H__
Defines the IPSDK_FORCEINLINE.
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Definition: IsGreaterRegDecl.h:30
eInstructionSet
Enumerate for processor instruction set description.
Definition: InstructionSetTypes.h:31
Predefined types for Sse2 instruction set management.
RegMaskType class.
Definition of import/export macro for library.
Definition: RegMaskType.h:29
Streaming SIMD Extensions 2.
Definition: InstructionSetTypes.h:36
structure used to retrieve SSE2 type associated to a base type
Definition: Sse2Types.h:32