17 #ifndef __IPSDKUTIL_INSTRUCTIONSET_REDUCTION_SUM_H__ 18 #define __IPSDKUTIL_INSTRUCTIONSET_REDUCTION_SUM_H__ 35 template <eInstructionSet::domain instructionSet,
38 typename UpperType<typename PackT::DataType>::Type
51 #endif // __IPSDKUTIL_INSTRUCTIONSET_REDUCTION_SUM_H__ Defines the IPSDK_FORCEINLINE.
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
IPSDK_FORCEINLINE UpperType< typename PackT::DataType >::Type sum(const PackT &in)
returns the sum of the elements of a pack
Definition: sum.h:39
template structures used for immediate type promotion
Vector DataType
data type used for estimation
Definition: EstimationTypes.h:58
structure SumPack<eInstructionSet::domain instructionSet, typename T, typename Enable=void> ...
Definition: SumPack.h:40
Definition of import/export macro for library.
structure SumPack<eInstructionSet::domain instructionSet, typename T, typename Enable=void> ...