IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
IPSDK_Nightly
include
partner
IPSDKUtil
InstructionSet
detail
AssignReg.h
Go to the documentation of this file.
1
// AssignReg.h:
3
// ------------
4
//
14
15
#ifndef __IPSDKUTIL_INSTRUCTIONSET_DETAIL_ASSIGNREG_H__
16
#define __IPSDKUTIL_INSTRUCTIONSET_DETAIL_ASSIGNREG_H__
17
18
#include <
IPSDKUtil/InstructionSet/detail/AssignRegDecl.h
>
19
20
#include <
IPSDKUtil/InstructionSet/detail/Std/AssignRegDecl.h
>
21
22
#ifdef IPSDK_WITH_SSE2
23
#include <
IPSDKUtil/InstructionSet/detail/SSE2/AssignRegDecl.h
>
24
#endif
25
26
#ifdef IPSDK_WITH_AVX
27
#include <
IPSDKUtil/InstructionSet/detail/AVX/AssignRegDecl.h
>
28
#endif
29
30
#ifdef IPSDK_WITH_AVX2
31
#include <
IPSDKUtil/InstructionSet/detail/AVX2/AssignRegDecl.h
>
32
#endif
33
34
#include <
IPSDKUtil/InstructionSet/detail/Std/AssignRegImpl.h
>
35
36
#ifdef IPSDK_WITH_SSE2
37
#include <
IPSDKUtil/InstructionSet/detail/SSE2/AssignRegImpl.h
>
38
#endif
39
40
#ifdef IPSDK_WITH_AVX
41
#include <
IPSDKUtil/InstructionSet/detail/AVX/AssignRegImpl.h
>
42
#endif
43
44
#ifdef IPSDK_WITH_AVX2
45
#include <
IPSDKUtil/InstructionSet/detail/AVX2/AssignRegImpl.h
>
46
#endif
47
48
#ifdef IPSDK_WITH_AVX512
49
#include <
IPSDKUtil/InstructionSet/detail/AVX512/AssignRegImpl.h
>
50
#endif
51
52
#endif // __IPSDKUTIL_INSTRUCTIONSET_DETAIL_ASSIGNREG_H__
AssignRegImpl.h
AssignRegImpl.h
AssignRegImpl.h
AssignRegDecl.h
AssignRegDecl.h
AssignRegImpl.h
AssignRegImpl.h
AssignRegDecl.h
AssignRegDecl.h
AssignRegDecl.h
Generated on Tue Apr 15 2025 16:20:41 for IPSDK by
1.8.14