IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
IPSDK_Nightly
include
partner
IPSDKUtil
InstructionSet
detail
BaseMaskPackImpl.h
Go to the documentation of this file.
1
// BaseMaskPackImpl.h:
3
// ------------
4
//
14
15
#ifndef __IPSDKUTIL_INSTRUCTIONSET_DETAIL_BASEMASKPACKIMPL_H__
16
#define __IPSDKUTIL_INSTRUCTIONSET_DETAIL_BASEMASKPACKIMPL_H__
17
18
#include <
IPSDKUtil/IPSDKUtilExports.h
>
19
#include <
IPSDKUtil/InstructionSet/InstructionSetTypes.h
>
20
21
#include <
IPSDKUtil/InstructionSet/detail/Std/BaseMaskPackImpl.h
>
22
23
#ifdef IPSDK_WITH_SSE2
24
#include <
IPSDKUtil/InstructionSet/detail/SSE2/BaseMaskPackImpl.h
>
25
#endif
26
27
#if (defined IPSDK_WITH_AVX || defined IPSDK_WITH_AVX2)
28
#include <
IPSDKUtil/InstructionSet/detail/AVX/BaseMaskPackImpl.h
>
29
#endif
30
31
#endif // __IPSDKUTIL_INSTRUCTIONSET_DETAIL_BASEMASKPACKIMPL_H__
BaseMaskPackImpl.h
BaseMaskPackImpl.h
BaseMaskPackImpl.h
InstructionSetTypes.h
Predefined types associated to instruction set management.
IPSDKUtilExports.h
Definition of import/export macro for library.
Generated on Tue Apr 15 2025 16:20:41 for IPSDK by
1.8.14