IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
IPSDK_Nightly
include
partner
IPSDKUtil
InstructionSet
detail
LoadReg.h
Go to the documentation of this file.
1
// LoadReg.h:
3
// ------------
4
//
14
15
#ifndef __IPSDKUTIL_INSTRUCTIONSET_DETAIL_LOADREG_H__
16
#define __IPSDKUTIL_INSTRUCTIONSET_DETAIL_LOADREG_H__
17
18
#include <
IPSDKUtil/IPSDKUtilExports.h
>
19
20
#include <
IPSDKUtil/InstructionSet/detail/LoadRegDecl.h
>
21
22
#include <
IPSDKUtil/InstructionSet/detail/Std/LoadRegImpl.h
>
23
24
#ifdef IPSDK_WITH_SSE2
25
#include <
IPSDKUtil/InstructionSet/detail/SSE2/LoadRegImpl.h
>
26
#endif
27
28
#ifdef IPSDK_WITH_AVX
29
#include <
IPSDKUtil/InstructionSet/detail/AVX/LoadRegImpl.h
>
30
#endif
31
32
#ifdef IPSDK_WITH_AVX2
33
#include <IPSDKUtil/InstructionSet/detail/AVX2/LoadRegImpl.h>
34
#endif
35
36
#ifdef IPSDK_WITH_AVX512
37
#include <IPSDKUtil/InstructionSet/detail/AVX512/LoadRegImpl.h>
38
#endif
39
40
#endif // __IPSDKUTIL_INSTRUCTIONSET_DETAIL_LOADREG_H__
LoadRegImpl.h
LoadRegImpl.h
LoadRegDecl.h
IPSDKUtilExports.h
Definition of import/export macro for library.
LoadRegImpl.h
Generated on Tue Apr 15 2025 16:20:42 for IPSDK by
1.8.14