IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
IPSDK_Nightly
include
partner
IPSDKUtil
InstructionSet
detail
SetImpl.h
Go to the documentation of this file.
1
// SetImpl.h:
3
// ------------
4
//
14
15
#ifndef __IPSDKUTIL_INSTRUCTIONSET_DETAIL_SETIMPL_H__
16
#define __IPSDKUTIL_INSTRUCTIONSET_DETAIL_SETIMPL_H__
17
18
#include <
IPSDKUtil/IPSDKUtilExports.h
>
19
20
namespace
ipsdk
{
21
namespace
simd {
22
namespace
detail {
23
26
27
// template structure associated to memset function
28
template
<eInstructionSet::domain instructionSet,
typename
T>
29
struct
SetImpl
{
30
};
31
34
35
}
// end of namespace detail
36
}
// end of namespace simd
37
}
// end of namespace ipsdk
38
39
#include <
IPSDKUtil/InstructionSet/detail/Std/SetImpl.h
>
40
41
#ifdef IPSDK_WITH_SSE2
42
#include <
IPSDKUtil/InstructionSet/detail/SSE2/SetImpl.h
>
43
#endif
44
45
#ifdef IPSDK_WITH_AVX
46
#include <
IPSDKUtil/InstructionSet/detail/AVX/SetImpl.h
>
47
#endif
48
49
#ifdef IPSDK_WITH_AVX2
50
#include <
IPSDKUtil/InstructionSet/detail/AVX2/SetImpl.h
>
51
#endif
52
53
#ifdef IPSDK_WITH_AVX512
54
#include <
IPSDKUtil/InstructionSet/detail/AVX512/SetImpl.h
>
55
#endif
56
57
#endif // __IPSDKUTIL_INSTRUCTIONSET_DETAIL_SETIMPL_H__
SetImpl.h
ipsdk
Main namespace for IPSDK library.
Definition:
AlgorithmFunctionEfficiency.h:22
ipsdk::simd::detail::SetImpl
Definition:
SetImpl.h:29
SetImpl.h
IPSDKUtilExports.h
Definition of import/export macro for library.
SetImpl.h
SetImpl.h
SetImpl.h
Generated on Tue Apr 15 2025 16:20:43 for IPSDK by
1.8.14