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