IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
GatherPackDecl.h
Go to the documentation of this file.
1 // GatherPackDecl.h:
3 // ------------
4 //
14 
15 #ifndef __IPSDKUTIL_INSTRUCTIONSET_GATHER_DETAIL_AVX_GATHERPACKDECL_H__
16 #define __IPSDKUTIL_INSTRUCTIONSET_GATHER_DETAIL_AVX_GATHERPACKDECL_H__
17 
22 
23 namespace ipsdk {
24 namespace simd {
25 namespace detail {
26 
29 
30 template <>
32 {
33  static IPSDK_FORCEINLINE
34  void act(const ipReal32* baseAddress,
35  const ipUInt32* indexes,
37 
38  static IPSDK_FORCEINLINE
39  void act(const ipReal32* baseAddress,
42 };
43 
46 
47 } // end of namespace detail
48 } // end of namespace simd
49 } // end of namespace ipsdk
50 
51 #endif // __IPSDKUTIL_INSTRUCTIONSET_DETAIL_AVX_GATHERPACKDECL_H__
Defines the IPSDK_FORCEINLINE.
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Definition: GatherPackDecl.h:30
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.
float ipReal32
Base types definition.
Definition: BaseTypes.h:56
uint32_t ipUInt32
Base types definition.
Definition: BaseTypes.h:53
structure containing intrinsic registers used to store vectorized data
Definition: BasePackDecl.h:29