14 #ifndef __IPSDKUTIL_INSTRUCTIONSET_GATHER_GATHER_H__ 15 #define __IPSDKUTIL_INSTRUCTIONSET_GATHER_GATHER_H__ 28 template <eInstructionSet::domain instructionSet,
class PackT>
32 const typename IS2Pack<instructionSet, ipUInt32>::Type& packIdx,
36 detail::GatherPack<instructionSet, T>::act(baseAddr, packIdx, out);
39 template <eInstructionSet::domain instructionSet,
class PackT>
47 detail::GatherPack<instructionSet, T>::act(baseAddr, indexes, out);
58 #endif // __IPSDKUTIL_INSTRUCTIONSET_GATHER_GATHER_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