IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
NbEltsPerOp.h
Go to the documentation of this file.
1 // NbEltsPerOp.h:
3 // --------------
4 //
14 
15 #ifndef __IPSDKUTIL_INSTRUCTIONSET_NBELTSPEROP_H__
16 #define __IPSDKUTIL_INSTRUCTIONSET_NBELTSPEROP_H__
17 
20 
21 namespace ipsdk {
22 namespace simd {
23 
26 
27 template <eInstructionSet::domain is>
29 {
30 };
31 
32 template <>
34 {
36 };
37 
38 template <>
40 {
42 };
43 
44 template <>
46 {
48 };
49 
50 template <>
52 {
54 };
55 
56 template <>
58 {
60 };
61 
62 template <>
64 {
66 };
67 
68 template <>
70 {
72 };
73 
74 template <>
76 {
78 };
79 
80 template <>
82 {
84 };
85 
88 
89 } // end of namespace simd
90 } // end of namespace ipsdk
91 
92 #endif // __IPSDKUTIL_INSTRUCTIONSET_NBELTSPEROP_H__
Fused multiply–add.
Definition: InstructionSetTypes.h:46
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Streaming SIMD Extensions 4.1.
Definition: InstructionSetTypes.h:40
int32_t ipInt32
Base types definition.
Definition: BaseTypes.h:52
(including fundation and byte and word instructions)
Definition: InstructionSetTypes.h:51
eInstructionSet
Enumerate for processor instruction set description.
Definition: InstructionSetTypes.h:31
Advanced Vector Extensions.
Definition: InstructionSetTypes.h:44
Advanced Vector Extensions 2.
Definition: InstructionSetTypes.h:48
Definition: NbEltsPerOp.h:28
Streaming SIMD Extensions 4.2.
Definition: InstructionSetTypes.h:42
Streaming SIMD Extensions 3.
Definition: InstructionSetTypes.h:38
Definition of import/export macro for library.
structure giving the number of elements processed per instruction for the current pack type ...
Definition: NbEltsPerPack.h:34
Streaming SIMD Extensions 2.
Definition: InstructionSetTypes.h:36
compiler optimisations only
Definition: InstructionSetTypes.h:34