IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
IPSDK_Nightly
include
partner
IPSDKUtil
InstructionSet
Comparison
detail
IsOutOfRangeReg.h
Go to the documentation of this file.
1
// IsOutOfRangeReg.h:
3
// -----------------
4
//
14
15
#ifndef __IPSDKUTIL_INSTRUCTIONSET_COMPARISON_DETAIL_ISOUTOFRANGEREG_H__
16
#define __IPSDKUTIL_INSTRUCTIONSET_COMPARISON_DETAIL_ISOUTOFRANGEREG_H__
17
18
#include <
IPSDKUtil/IPSDKUtilExports.h
>
19
#include <
IPSDKUtil/InstructionSet/InstructionSetTypes.h
>
20
21
namespace
ipsdk
{
22
namespace
simd {
23
namespace
detail {
24
27
28
template
<eInstructionSet::domain instructionSet,
29
typename
T,
typename
Enable=
void
>
30
struct
IsOutOfRangeReg
{
31
};
32
35
36
}
// end of namespace detail
37
}
// end of namespace simd
38
}
// end of namespace ipsdk
39
40
#include <
IPSDKUtil/InstructionSet/Comparison/detail/Std/IsOutOfRangeRegDecl.h
>
41
42
#ifdef IPSDK_WITH_SSE2
43
#include <
IPSDKUtil/InstructionSet/Comparison/detail/SSE2/IsOutOfRangeReg.h
>
44
#endif
45
46
#ifdef IPSDK_WITH_AVX
47
#include <
IPSDKUtil/InstructionSet/Comparison/detail/AVX/IsOutOfRangeReg.h
>
48
#endif
49
50
#ifdef IPSDK_WITH_AVX2
51
#include <
IPSDKUtil/InstructionSet/Comparison/detail/AVX2/IsOutOfRangeReg.h
>
52
#endif
53
54
#ifdef IPSDK_WITH_AVX512
55
#include <
IPSDKUtil/InstructionSet/Comparison/detail/AVX512/IsOutOfRangeReg.h
>
56
#endif
57
58
#include <
IPSDKUtil/InstructionSet/Comparison/detail/Std/IsOutOfRangeRegImpl.h
>
59
60
#endif // __IPSDKUTIL_INSTRUCTIONSET_COMPARISON_DETAIL_ISOUTOFRANGEREG_H__
ipsdk::simd::detail::IsOutOfRangeReg
Definition:
IsOutOfRangeReg.h:30
ipsdk
Main namespace for IPSDK library.
Definition:
AlgorithmFunctionEfficiency.h:22
IsOutOfRangeReg.h
IsOutOfRangeReg.h
IsOutOfRangeReg.h
IsOutOfRangeReg.h
InstructionSetTypes.h
Predefined types associated to instruction set management.
IPSDKUtilExports.h
Definition of import/export macro for library.
IsOutOfRangeRegDecl.h
IsOutOfRangeRegImpl.h
Generated on Tue Apr 15 2025 16:20:41 for IPSDK by
1.8.14