15 #ifndef __IPSDKUTIL_INSTRUCTIONSET_NBELTSPERREG_H__ 16 #define __IPSDKUTIL_INSTRUCTIONSET_NBELTSPERREG_H__ 27 template <ipsdk::simd::ePackType::domain packType,
typename T>
65 #endif // __IPSDKUTIL_INSTRUCTIONSET_NBELTSPERREG_H__ Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
packs of avx512 registers (ex.: Packs of __m512)
Definition: PackTypes.h:45
int32_t ipInt32
Base types definition.
Definition: BaseTypes.h:52
Definition: NbEltsPerReg.h:28
ePackType
Enumerate describing a pack type.
Definition: PackTypes.h:35
Definition of import/export macro for library.
packs of scalars
Definition: PackTypes.h:39
packs of avx/avx2 registers (ex.: Packs of __m256i)
Definition: PackTypes.h:43
structure giving the number of elements processed per instruction for the current pack type ...
Definition: NbEltsPerPack.h:34
packs of sse/sse2 registers (ex.: Packs of __m128i)
Definition: PackTypes.h:41