IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
IPSDK_Nightly
include
partner
IPSDKUtil
InstructionSet
Comparison
detail
IsGreaterEqualReg.h
Go to the documentation of this file.
1
// IsGreaterEqualReg.h:
3
// -----------------
4
//
14
15
#ifndef __IPSDKUTIL_INSTRUCTIONSET_COMPARISON_DETAIL_ISGREATEREQUALREG_H__
16
#define __IPSDKUTIL_INSTRUCTIONSET_COMPARISON_DETAIL_ISGREATEREQUALREG_H__
17
18
#include <
IPSDKUtil/IPSDKUtilExports.h
>
19
#include <
IPSDKUtil/InstructionSet/InstructionSetTypes.h
>
20
21
#include <
IPSDKUtil/InstructionSet/Comparison/detail/IsGreaterEqualRegDecl.h
>
22
23
#include <
IPSDKUtil/InstructionSet/Comparison/detail/Std/IsGreaterEqualRegDecl.h
>
24
25
#ifdef IPSDK_WITH_SSE2
26
#include <IPSDKUtil/InstructionSet/Comparison/detail/SSE2/IsGreaterEqualRegDecl.h>
27
#endif
28
29
#ifdef IPSDK_WITH_AVX
30
#include <
IPSDKUtil/InstructionSet/Comparison/detail/AVX/IsGreaterEqualRegDecl.h
>
31
#endif
32
33
#ifdef IPSDK_WITH_AVX2
34
#include <
IPSDKUtil/InstructionSet/Comparison/detail/AVX2/IsGreaterEqualRegDecl.h
>
35
#endif
36
37
#ifdef IPSDK_WITH_AVX512
38
#include <
IPSDKUtil/InstructionSet/Comparison/detail/AVX512/IsGreaterEqualRegDecl.h
>
39
#endif
40
41
#include <
IPSDKUtil/InstructionSet/Comparison/detail/Std/IsGreaterEqualRegImpl.h
>
42
43
#ifdef IPSDK_WITH_SSE2
44
#include <IPSDKUtil/InstructionSet/Comparison/detail/SSE2/IsGreaterEqualRegImpl.h>
45
#endif
46
47
#ifdef IPSDK_WITH_AVX
48
#include <
IPSDKUtil/InstructionSet/Comparison/detail/AVX/IsGreaterEqualRegImpl.h
>
49
#endif
50
51
#ifdef IPSDK_WITH_AVX2
52
#include <
IPSDKUtil/InstructionSet/Comparison/detail/AVX2/IsGreaterEqualRegImpl.h
>
53
#endif
54
55
#ifdef IPSDK_WITH_AVX512
56
#include <
IPSDKUtil/InstructionSet/Comparison/detail/AVX512/IsGreaterEqualRegImpl.h
>
57
#endif
58
59
#endif // __IPSDKUTIL_INSTRUCTIONSET_COMPARISON_DETAIL_ISGREATEREQUALREG_H__
IsGreaterEqualRegDecl.h
IsGreaterEqualRegDecl.h
IsGreaterEqualRegImpl.h
IsGreaterEqualRegImpl.h
IsGreaterEqualRegImpl.h
IsGreaterEqualRegDecl.h
IsGreaterEqualRegImpl.h
InstructionSetTypes.h
Predefined types associated to instruction set management.
IsGreaterEqualRegDecl.h
IPSDKUtilExports.h
Definition of import/export macro for library.
IsGreaterEqualRegDecl.h
Generated on Tue Apr 15 2025 16:20:40 for IPSDK by
1.8.14