IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
IsEqualRegDecl.h
Go to the documentation of this file.
1 // IsEqualRegDecl.h:
3 // -------------------
4 //
14 
15 #ifndef __IPSDKUTIL_INSTRUCTIONSET_COMPARISON_DETAIL_AVX512_ISEQUALREGDECL_H__
16 #define __IPSDKUTIL_INSTRUCTIONSET_COMPARISON_DETAIL_AVX512_ISEQUALREGDECL_H__
17 
22 
23 #include <boost/type_traits/is_integral.hpp>
24 #include <boost/utility/enable_if.hpp>
25 
26 namespace ipsdk {
27 namespace simd {
28 namespace detail {
29 
32 
33 template <typename T>
35 {
36  static IPSDK_FORCEINLINE
38  act(const typename Avx512Type<T>::Type& in1,
39  const typename Avx512Type<T>::Type& in2);
40 
41  static IPSDK_FORCEINLINE
42  void
43  act(const typename Avx512Type<T>::Type& in1,
44  const typename Avx512Type<T>::Type& in2,
46 };
47 
50 
51 } // end of namespace detail
52 } // end of namespace simd
53 } // end of namespace ipsdk
54 
55 #endif // __IPSDKUTIL_INSTRUCTIONSET_COMPARISON_DETAIL_AVX512_ISEQUALREGDECL_H__
Defines the IPSDK_FORCEINLINE.
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Definition: IsEqualRegDecl.h:35
(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.
Definition: RegMaskType.h:29
IsEqualReg<eInstructionSet::domain instructionSet, typename T, typename Enable=void> structure...
structure used to retrieve AVX512 type associated to a base type
Definition: Avx512Types.h:36