15 #ifndef __IPSDKUTIL_INSTRUCTIONSET_REDUCTION_DETAIL_AVX_MAXREG_H__ 16 #define __IPSDKUTIL_INSTRUCTIONSET_REDUCTION_DETAIL_AVX_MAXREG_H__ 35 static IPSDK_FORCEINLINE
42 for(
int i=1; i<8; ++i) {
43 tmax = (unloaded[i] > tmax ? unloaded[i] : tmax);
54 static IPSDK_FORCEINLINE
61 for(
int i=1; i<4; ++i) {
62 tmax = (unloaded[i] > tmax ? unloaded[i] : tmax);
76 #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
Definition of import/export macro for library.
structure used to retrieve AVX type associated to a base type
Definition: AvxTypes.h:33
Definition: UnloadReg.h:30
float ipReal32
Base types definition.
Definition: BaseTypes.h:56