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_STD_GATHERPACKDECL_H__
16 #define __IPSDKUTIL_INSTRUCTIONSET_GATHER_DETAIL_STD_GATHERPACKDECL_H__
17 
22 
23 namespace ipsdk {
24 namespace simd {
25 namespace detail {
26 
29 
30 template <typename T>
32 {
33  static IPSDK_FORCEINLINE
34  void act(const T* baseAddress,
35  const ipUInt32* indexes,
37 
38  static IPSDK_FORCEINLINE
39  void act(const T* baseAddress,
42 /*
43  static IPSDK_FORCEINLINE
44  void act(const T* baseAddress,
45  const ipUInt64* indexes,
46  BasePack<ePackType::ePT_Scalar, T>& out);
47 
48  static IPSDK_FORCEINLINE
49  void act(const T* baseAddress,
50  const BasePack<ePackType::ePT_Scalar, ipUInt64>& packIdx,
51  BasePack<ePackType::ePT_Scalar, T>& out);
52 */
53 };
54 
57 
58 } // end of namespace detail
59 } // end of namespace simd
60 } // end of namespace ipsdk
61 
62 #endif // __IPSDKUTIL_INSTRUCTIONSET_DETAIL_STD_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
Definition of import/export macro for library.
compiler optimisations only
Definition: InstructionSetTypes.h:34
uint32_t ipUInt32
Base types definition.
Definition: BaseTypes.h:53