19 #ifndef __IPSDKUTIL_INSTRUCTIONSET_REDUCTION_DETAIL_MAXPACK_H__ 20 #define __IPSDKUTIL_INSTRUCTIONSET_REDUCTION_DETAIL_MAXPACK_H__ 38 template <eInstructionSet::domain instructionSet,
39 typename T,
typename Enable=
void>
53 #ifdef IPSDK_WITH_SSE2 61 #ifdef IPSDK_WITH_AVX2 65 #ifdef IPSDK_WITH_AVX512 69 #endif // __IPSDKUTIL_INSTRUCTIONSET_REDUCTION_DETAIL_MAXPACK_H__ Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
specialization of ipsdk::simd::detail::MaxPack structure for SSE2 instruction set ...
specialization of ipsdk::simd::detail::MaxPack structure for Standard instruction set ...
specialization of ipsdk::simd::detail::reduction::MaxPack structure for AVX instruction set ...
structure MaxPack<eInstructionSet::domain instructionSet, typename T, typename Enable=void> ...
Definition: MaxPack.h:40
Predefined types associated to instruction set management.
specialization of ipsdk::simd::detail::reduction::MaxPack structure for AVX512 instruction set ...
Definition of import/export macro for library.
specialization of ipsdk::simd::detail::reduction::MaxPack structure for AVX2 instruction set ...