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_STD_BITWISENOTREGDECL_H__
16 #define __IPSDKUTIL_INSTRUCTIONSET_LOGICAL_DETAIL_STD_BITWISENOTREGDECL_H__
17 
21 
22 namespace ipsdk {
23 namespace simd {
24 namespace detail {
25 
28 
29 template <typename T>
31 {
32  static IPSDK_FORCEINLINE T act(const T& in);
33  static IPSDK_FORCEINLINE void act(const T& in, T& out);
34 };
35 
36 template <>
38 {
39  static IPSDK_FORCEINLINE ipReal32 act(const ipReal32& in);
40  static IPSDK_FORCEINLINE void act(const ipReal32& in, ipReal32& out);
41 };
42 
43 template <>
45 {
46  static IPSDK_FORCEINLINE ipReal64 act(const ipReal64& in);
47  static IPSDK_FORCEINLINE void act(const ipReal64& in, ipReal64& out);
48 };
49 
52 
53 } // end of namespace detail
54 } // end of namespace simd
55 } // end of namespace ipsdk
56 
57 #endif // __IPSDKUTIL_INSTRUCTIONSET_LOGICAL_DETAIL_STD_BITWISENOTREGDECL_H__
Defines the IPSDK_FORCEINLINE.
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Definition: BitwiseNotRegDecl.h:30
double ipReal64
Base types definition.
Definition: BaseTypes.h:57
eInstructionSet
Enumerate for processor instruction set description.
Definition: InstructionSetTypes.h:31
Definition of import/export macro for library.
compiler optimisations only
Definition: InstructionSetTypes.h:34
float ipReal32
Base types definition.
Definition: BaseTypes.h:56