14 #ifndef __IPSDKUTIL_INSTRUCTIONSET_SCATTER_SCATTER_H__ 15 #define __IPSDKUTIL_INSTRUCTIONSET_SCATTER_SCATTER_H__ 28 template <eInstructionSet::domain instructionSet,
class PackT>
33 const typename IS2Pack<instructionSet, ipUInt32>::Type& packIdx,
37 detail::ScatterPack<instructionSet, T>::act(in, packIdx, outBaseAddr);
40 template <eInstructionSet::domain instructionSet,
class PackT>
49 detail::ScatterPack<instructionSet, T>::act(in, indexes, outBaseAddr);
60 #endif // __IPSDKUTIL_INSTRUCTIONSET_SCATTER_SCATTER_H__ Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Vector DataType
data type used for estimation
Definition: EstimationTypes.h:58
Definition of import/export macro for library.
uint32_t ipUInt32
Base types definition.
Definition: BaseTypes.h:53