IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
IsOutOfRangeRegDecl.h
Go to the documentation of this file.
1 // IsOutOfRangeRegDecl.h:
3 // -------------------
4 //
14 
15 #ifndef __IPSDKUTIL_INSTRUCTIONSET_COMPARISON_DETAIL_STD_ISOUTOFRANGEREGDECL_H__
16 #define __IPSDKUTIL_INSTRUCTIONSET_COMPARISON_DETAIL_STD_ISOUTOFRANGEREGDECL_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 T& in, const T& tmin, const T& tmax);
36 
37  static IPSDK_FORCEINLINE
38  void
39  act(
40  const T& in,
41  const T& tmin,
42  T& tmax,
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_STD_ISOUTOFRANGEREGDECL_H__
Definition: IsOutOfRangeReg.h:30
Defines the IPSDK_FORCEINLINE.
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
eInstructionSet
Enumerate for processor instruction set description.
Definition: InstructionSetTypes.h:31
RegMaskType class.
Definition of import/export macro for library.
Definition: RegMaskType.h:29
compiler optimisations only
Definition: InstructionSetTypes.h:34