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