IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
ScatterPackDecl.h
Go to the documentation of this file.
1 // ScatterPackDecl.h:
3 // ------------
4 //
14 
15 #ifndef __IPSDKUTIL_INSTRUCTIONSET_SCATTER_DETAIL_STD_SCATTERPACKDECL_H__
16 #define __IPSDKUTIL_INSTRUCTIONSET_SCATTER_DETAIL_STD_SCATTERPACKDECL_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 BasePack<ePackType::ePT_Scalar, T>& in,
35  const ipUInt32* indexes,
36  T* const outBaseAddress);
37 
38  static IPSDK_FORCEINLINE
39  void act(const BasePack<ePackType::ePT_Scalar, T>& in,
41  T* const outBaseAddress);
42 };
43 
46 
47 } // end of namespace detail
48 } // end of namespace simd
49 } // end of namespace ipsdk
50 
51 #endif // __IPSDKUTIL_INSTRUCTIONSET_DETAIL_STD_SCATTERPACKDECL_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
Definition of import/export macro for library.
compiler optimisations only
Definition: InstructionSetTypes.h:34
Definition: ScatterPackDecl.h:30
uint32_t ipUInt32
Base types definition.
Definition: BaseTypes.h:53