15 #ifndef __IPSDKUTIL_INSTRUCTIONSET_REDUCTION_DETAIL_AVX2_MINPACK_H__ 16 #define __IPSDKUTIL_INSTRUCTIONSET_REDUCTION_DETAIL_AVX2_MINPACK_H__ 34 typename boost::enable_if_c<sizeof(T) == 1>::type>
36 static IPSDK_FORCEINLINE
49 typename boost::enable_if_c<sizeof(T) == 2>::type>
51 static IPSDK_FORCEINLINE
57 in._val[0], in._val[1]);
66 typename boost::enable_if_c<sizeof(T) == 4>::type>
68 static IPSDK_FORCEINLINE
74 in._val[0], in._val[1]);
89 typename boost::enable_if_c<sizeof(T) == 8>::type>
91 static IPSDK_FORCEINLINE
97 res = MinR::act(res, in._val[2]);
98 res = MinR::act(res, in._val[3]);
99 res = MinR::act(res, in._val[4]);
100 res = MinR::act(res, in._val[5]);
101 res = MinR::act(res, in._val[6]);
102 res = MinR::act(res, in._val[7]);
117 #endif // __IPSDKUTIL_INSTRUCTIONSET_REDUCTION_DETAIL_AVX2_MINREGIMPL_H__ Defines the IPSDK_FORCEINLINE.
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Definition: MinRegDecl.h:29
cast function; casts a Pack<instructionSet, TIn> to a Pack<instructionSet, TOut>
eInstructionSet
Enumerate for processor instruction set description.
Definition: InstructionSetTypes.h:31
Advanced Vector Extensions 2.
Definition: InstructionSetTypes.h:48
structure MinPack<eInstructionSet::domain instructionSet, typename T, typename Enable=void> ...
Definition: MinPack.h:41
Definition of import/export macro for library.
structure used to retrieve AVX type associated to a base type
Definition: AvxTypes.h:33
Definition: BasePack.h:37