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