IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
AssignRegDecl.h
Go to the documentation of this file.
1 // AssignRegDecl.h:
3 // ------------
4 //
14 
15 #ifndef __IPSDKUTIL_INSTRUCTIONSET_DETAIL_STD_ASSIGNREGDECL_H__
16 #define __IPSDKUTIL_INSTRUCTIONSET_DETAIL_STD_ASSIGNREGDECL_H__
17 
22 
23 #include <boost/mpl/and.hpp>
24 #include <boost/mpl/equal_to.hpp>
25 #include <boost/mpl/int.hpp>
26 #include <boost/type_traits/is_same.hpp>
27 #include <boost/type_traits/is_signed.hpp>
28 
29 namespace ipsdk {
30 namespace simd {
31 namespace detail {
32 
35 
36 template <typename T>
38 {
39  static
40  IPSDK_FORCEINLINE
41  T
42  act(const T& value);
43 
44  static
45  IPSDK_FORCEINLINE
46  void
47  act(T& reg, const T& value);
48 };
49 
52 
53 } // end of namespace detail
54 } // end of namespace simd
55 } // end of namespace ipsdk
56 
57 #endif // __IPSDKUTIL_INSTRUCTIONSET_DETAIL_STD_ASSIGNREGDECL_H__
Defines the IPSDK_FORCEINLINE.
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
eInstructionSet
Enumerate for processor instruction set description.
Definition: InstructionSetTypes.h:31
Predefined types associated to instruction set management.
Definition of import/export macro for library.
compiler optimisations only
Definition: InstructionSetTypes.h:34
Definition: AssignRegDecl.h:31