IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
ScatterRegDecl.h
1 // ScatterRegDecl.h:
3 // ------------
4 //
14 
15 #ifndef __IPSDKUTIL_INSTRUCTIONSET_SCATTER_DETAIL_STD_SCATTERREGDECL_H__
16 #define __IPSDKUTIL_INSTRUCTIONSET_SCATTER_DETAIL_STD_SCATTERREGDECL_H__
17 
22 
23 namespace ipsdk {
24 namespace simd {
25 namespace detail {
26 
29 
30 template <typename T>
32 {
33  static
34  IPSDK_FORCEINLINE
35  void
36  act(const T& in,
37  const ipUInt32* indexes,
38  T* const outBaseAddr);
39 
40  static
41  IPSDK_FORCEINLINE
42  void
43  act(const T& in,
44  const ipUInt32& index,
45  T* const outBaseAddr);
46 };
47 
50 
51 } // end of namespace detail
52 } // end of namespace simd
53 } // end of namespace ipsdk
54 
55 #endif // __IPSDKUTIL_INSTRUCTIONSET_SCATTER_DETAIL_STD_SCATTERREGDECL_H__
Defines the IPSDK_FORCEINLINE.
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Definition: ScatterReg.h:30
eInstructionSet
Enumerate for processor instruction set description.
Definition: InstructionSetTypes.h:31
Predefined types associated to instruction set management.
Definition of import/export macro for library.
compiler optimisations only
Definition: InstructionSetTypes.h:34
uint32_t ipUInt32
Base types definition.
Definition: BaseTypes.h:53