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