IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
NbEltsPerReg.h
Go to the documentation of this file.
1 // NbEltsPerReg.h:
3 // --------------
4 //
14 
15 #ifndef __IPSDKUTIL_INSTRUCTIONSET_NBELTSPERREG_H__
16 #define __IPSDKUTIL_INSTRUCTIONSET_NBELTSPERREG_H__
17 
20 
21 namespace ipsdk {
22 namespace simd {
23 
26 
27 template <ipsdk::simd::ePackType::domain packType, typename T>
29 {
30 };
31 
32 template <typename T>
34 {
35  static const ipInt32 Value=1;
36 };
37 
38 template <typename T>
40 {
42  sizeof(T);
43 };
44 
45 template <typename T>
47 {
49  sizeof(T);
50 };
51 
52 template <typename T>
54 {
56  sizeof(T);
57 };
58 
61 
62 } // end of namespace simd
63 } // end of namespace ipsdk
64 
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