15 #ifndef __IPSDKUTIL_INSTRUCTIONSET_REGTYPE_H__ 16 #define __IPSDKUTIL_INSTRUCTIONSET_REGTYPE_H__ 28 template <eInstructionSet::domain is,
typename T>
40 #ifdef IPSDK_WITH_SSE2 56 #ifdef IPSDK_WITH_AVX2 60 typedef typename AvxType<T>::Type Type;
64 #ifdef IPSDK_WITH_FMA3 68 typedef typename AvxType<T>::Type Type;
72 #ifdef IPSDK_WITH_AVX512 76 typedef typename Avx512Type<T>::Type Type;
84 #endif // __IPSDKUTIL_INSTRUCTIONSET_REGTYPE_H__ Fused multiplyadd.
Definition: InstructionSetTypes.h:46
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
(including fundation and byte and word instructions)
Definition: InstructionSetTypes.h:51
Predefined types for Avx instruction set management.
eInstructionSet
Enumerate for processor instruction set description.
Definition: InstructionSetTypes.h:31
Advanced Vector Extensions.
Definition: InstructionSetTypes.h:44
Predefined types for Avx512 instruction set management.
Advanced Vector Extensions 2.
Definition: InstructionSetTypes.h:48
Predefined types for Sse2 instruction set management.
Predefined types associated to instruction set management.
Definition of import/export macro for library.
structure used to retrieve AVX type associated to a base type
Definition: AvxTypes.h:33
Streaming SIMD Extensions 2.
Definition: InstructionSetTypes.h:36
compiler optimisations only
Definition: InstructionSetTypes.h:34
structure used to retrieve SSE2 type associated to a base type
Definition: Sse2Types.h:32