IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
BitwiseNotRegDecl.h
Go to the documentation of this file.
1 // BitwiseNotRegDecl.h:
3 // -------------------
4 //
14 
15 #ifndef __IPSDKUTIL_INSTRUCTIONSET_LOGICAL_DETAIL_AVX512_BITWISENOTREGDECL_H__
16 #define __IPSDKUTIL_INSTRUCTIONSET_LOGICAL_DETAIL_AVX512_BITWISENOTREGDECL_H__
17 
22 
23 namespace ipsdk {
24 namespace simd {
25 namespace detail {
26 
29 
30 template <typename T>
32 {
33  static IPSDK_FORCEINLINE
34  typename Avx512Type<T>::Type
35  act(const typename Avx512Type<T>::Type& in);
36 
37  static IPSDK_FORCEINLINE
38  void
39  act(const typename Avx512Type<T>::Type& in,
40  typename Avx512Type<T>::Type& out);
41 };
42 
45 
46 } // end of namespace detail
47 } // end of namespace simd
48 } // end of namespace ipsdk
49 
50 #endif // __IPSDKUTIL_INSTRUCTIONSET_LOGICAL_DETAIL_AVX512_BITWISENOTREGDECL_H__
Defines the IPSDK_FORCEINLINE.
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Definition: BitwiseNotRegDecl.h:30
(including fundation and byte and word instructions)
Definition: InstructionSetTypes.h:51
eInstructionSet
Enumerate for processor instruction set description.
Definition: InstructionSetTypes.h:31
Predefined types for Avx512 instruction set management.
Definition of import/export macro for library.
structure used to retrieve AVX512 type associated to a base type
Definition: Avx512Types.h:36