IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
IPSDK_Nightly
include
partner
IPSDKUtil
InstructionSet
Logical
detail
BitwiseNotReg.h
Go to the documentation of this file.
1
// BitwiseNotReg.h:
3
// -----------------
4
//
14
15
#ifndef __IPSDKUTIL_INSTRUCTIONSET_LOGICAL_DETAIL_BITWISENOTREG_H__
16
#define __IPSDKUTIL_INSTRUCTIONSET_LOGICAL_DETAIL_BITWISENOTREG_H__
17
18
#include <
IPSDKUtil/InstructionSet/Logical/detail/BitwiseNotRegDecl.h
>
19
20
#include <
IPSDKUtil/InstructionSet/Logical/detail/Std/BitwiseNotRegDecl.h
>
21
22
#ifdef IPSDK_WITH_SSE2
23
#include <
IPSDKUtil/InstructionSet/Logical/detail/SSE2/BitwiseNotRegDecl.h
>
24
#endif
25
26
#ifdef IPSDK_WITH_AVX
27
#include <
IPSDKUtil/InstructionSet/Logical/detail/AVX/BitwiseNotRegDecl.h
>
28
#endif
29
30
#ifdef IPSDK_WITH_AVX2
31
#include <
IPSDKUtil/InstructionSet/Logical/detail/AVX2/BitwiseNotRegDecl.h
>
32
#endif
33
34
#ifdef IPSDK_WITH_AVX512
35
#include <
IPSDKUtil/InstructionSet/Logical/detail/AVX512/BitwiseNotRegDecl.h
>
36
#endif
37
38
#include <
IPSDKUtil/InstructionSet/Logical/detail/Std/BitwiseNotRegImpl.h
>
39
40
#ifdef IPSDK_WITH_SSE2
41
#include <
IPSDKUtil/InstructionSet/Logical/detail/SSE2/BitwiseNotRegImpl.h
>
42
#endif
43
44
#ifdef IPSDK_WITH_AVX
45
#include <
IPSDKUtil/InstructionSet/Logical/detail/AVX/BitwiseNotRegImpl.h
>
46
#endif
47
48
#ifdef IPSDK_WITH_AVX2
49
#include <
IPSDKUtil/InstructionSet/Logical/detail/AVX2/BitwiseNotRegImpl.h
>
50
#endif
51
52
#ifdef IPSDK_WITH_AVX512
53
#include <
IPSDKUtil/InstructionSet/Logical/detail/AVX512/BitwiseNotRegImpl.h
>
54
#endif
55
56
#endif // __IPSDKUTIL_INSTRUCTIONSET_LOGICAL_DETAIL_BITWISENOTREG_H__
BitwiseNotRegDecl.h
declaration of specialized BitwiseAndReg structure for SSE2 instruction set
BitwiseNotRegDecl.h
BitwiseNotRegDecl.h
BitwiseNotRegDecl.h
BitwiseNotRegImpl.h
BitwiseNotRegImpl.h
BitwiseNotRegImpl.h
BitwiseNotRegImpl.h
BitwiseNotRegDecl.h
BitwiseNotRegDecl.h
BitwiseNotRegImpl.h
Generated on Tue Apr 15 2025 16:20:45 for IPSDK by
1.8.14