15 #ifndef __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_DETAIL_AVX_MINREGIMPL_H__ 16 #define __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_DETAIL_AVX_MINREGIMPL_H__ 35 AvxType<ipInt32>::Type
53 COPY_IMM_TO_XMM(in1, in11, in12);
54 COPY_IMM_TO_XMM(in2, in21, in22);
57 COPY_XMM_TO_IMM(out1, out2, out);
67 return _mm256_min_ps(in1, in2);
76 out = _mm256_min_ps(in1, in2);
86 return _mm256_min_pd(in1, in2);
95 out = _mm256_min_pd(in1, in2);
105 #endif // __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_DETAIL_AVX_MINREGIMPL_H__ Defines the IPSDK_FORCEINLINE.
Functions to convert from 128 (resp. 256) bits registers to 256 (resp. 128) bits registers.
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Definition: MinRegDecl.h:29
template structure which is specialized to implement the minimum computation on 2 scalars or 2 regist...
Definition of import/export macro for library.
structure used to retrieve AVX type associated to a base type
Definition: AvxTypes.h:33