15 #ifndef __IPSDKUTIL_INSTRUCTIONSET_REDUCTION_DETAIL_AVX512_SUMPACK_H__ 16 #define __IPSDKUTIL_INSTRUCTIONSET_REDUCTION_DETAIL_AVX512_SUMPACK_H__ 36 typename boost::enable_if_c<boost::is_integral<T>::value
37 && sizeof(T) == 1>::type>
39 static IPSDK_FORCEINLINE
48 cast<eInstructionSet::eIS_Avx512, T32>(in);
62 typename boost::enable_if_c<boost::is_integral<T>::value
63 && sizeof(T) == 2>::type>
65 static IPSDK_FORCEINLINE
73 cast<eInstructionSet::eIS_Avx512, T32>(in);
87 typename boost::enable_if_c<sizeof(T) == 4>::type>
89 static IPSDK_FORCEINLINE
97 cast<eInstructionSet::eIS_Avx512, T64>(in);
106 template <
typename T>
108 typename boost::enable_if_c<sizeof(T) == 8>::type>
110 static IPSDK_FORCEINLINE
135 #endif // __IPSDKUTIL_INSTRUCTIONSET_REDUCTION_DETAIL_AVX512_SUMPACK_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>
specialization of ipsdk::simd::detail::reduction::SumReg structure for AVX512 instruction set ...
(including fundation and byte and word instructions)
Definition: InstructionSetTypes.h:51
eInstructionSet
Enumerate for processor instruction set description.
Definition: InstructionSetTypes.h:31
template structure UpperType<typename T>; its typedef Type gives the type just upper to T...
Definition: UpperType.h:42
structure SumPack<eInstructionSet::domain instructionSet, typename T, typename Enable=void> ...
Definition: SumPack.h:40
Definition of import/export macro for library.
template structure which is specialized to implement the arithmetic addition on 2 scalars or 2 regist...
Definition: AddReg.h:37
specialization of ipsdk::simd::detail::AddReg structure for AVX512 instruction set ...
Definition: BasePack.h:37
structure used to retrieve AVX512 type associated to a base type
Definition: Avx512Types.h:36
structure containing intrinsic registers used to store vectorized data
Definition: BasePackDecl.h:29