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_AVX_BITWISENOTREGDECL_H__
16 #define __IPSDKUTIL_INSTRUCTIONSET_LOGICAL_DETAIL_AVX_BITWISENOTREGDECL_H__
17 
23 
24 namespace ipsdk {
25 namespace simd {
26 namespace detail {
27 
30 
31 template <>
33 {
34  static IPSDK_FORCEINLINE
36  act(const AvxType<ipReal32>::Type& in);
37 
38  static IPSDK_FORCEINLINE
39  void
40  act(const AvxType<ipReal32>::Type& in,
42 };
43 
44 template <>
46 {
47  static IPSDK_FORCEINLINE
49  act(const AvxType<ipReal64>::Type& in);
50 
51  static IPSDK_FORCEINLINE
52  void
53  act(const AvxType<ipReal64>::Type& in,
55 };
56 
59 
60 } // end of namespace detail
61 } // end of namespace simd
62 } // end of namespace ipsdk
63 
64 #endif // __IPSDKUTIL_INSTRUCTIONSET_LOGICAL_DETAIL_AVX_BITWISENOTREGDECL_H__
Defines the IPSDK_FORCEINLINE.
Functions to convert from 128 (resp. 256) bits registers to 256 (resp. 128) bits registers.
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Definition: BitwiseNotRegDecl.h:30
double ipReal64
Base types definition.
Definition: BaseTypes.h:57
Predefined types for Avx instruction set management.
eInstructionSet
Enumerate for processor instruction set description.
Definition: InstructionSetTypes.h:31
Advanced Vector Extensions.
Definition: InstructionSetTypes.h:44
Definition of import/export macro for library.
structure used to retrieve AVX type associated to a base type
Definition: AvxTypes.h:33
float ipReal32
Base types definition.
Definition: BaseTypes.h:56