15 #ifndef __IPSDKUTIL_INSTRUCTIONSET_REDUCTION_DETAIL_AVX_MAXPACK_H__ 16 #define __IPSDKUTIL_INSTRUCTIONSET_REDUCTION_DETAIL_AVX_MAXPACK_H__ 35 static IPSDK_FORCEINLINE
41 in._val[0], in._val[1]);
57 static IPSDK_FORCEINLINE
63 res = MaxR::act(res, in._val[2]);
64 res = MaxR::act(res, in._val[3]);
65 res = MaxR::act(res, in._val[4]);
66 res = MaxR::act(res, in._val[5]);
67 res = MaxR::act(res, in._val[6]);
68 res = MaxR::act(res, in._val[7]);
81 #endif // __IPSDKUTIL_INSTRUCTIONSET_REDUCTION_DETAIL_AVX_MAXREGIMPL_H__ Defines the IPSDK_FORCEINLINE.
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
cast function; casts a Pack<instructionSet, TIn> to a Pack<instructionSet, TOut>
double ipReal64
Base types definition.
Definition: BaseTypes.h:57
eInstructionSet
Enumerate for processor instruction set description.
Definition: InstructionSetTypes.h:31
Advanced Vector Extensions.
Definition: InstructionSetTypes.h:44
structure MaxPack<eInstructionSet::domain instructionSet, typename T, typename Enable=void> ...
Definition: MaxPack.h:40
Definition: MaxRegDecl.h:29
Definition of import/export macro for library.
MaxReg template specialization for instruction set AVX and type ipReal64.
Definition: MaxRegDecl.h:70
structure used to retrieve AVX type associated to a base type
Definition: AvxTypes.h:33
float ipReal32
Base types definition.
Definition: BaseTypes.h:56
structure containing intrinsic registers used to store vectorized data
Definition: BasePackDecl.h:29