|
| file | MaxPack.h [code] |
| | structure MaxPack<eInstructionSet::domain instructionSet, typename T, typename Enable=void>
|
| |
| file | MaxReg.h [code] |
| | template structure, specialized to implement the computation of the maximum of the elements loaded in a register, depending on the used instructionSet and on the types of the buffers loaded in the registers
|
| |
| file | MinPack.h [code] |
| | structure MinPack<eInstructionSet::domain instructionSet, typename T, typename Enable=void>
|
| |
| file | MinReg.h [code] |
| | template structure, specialized to implement the computation of the minimum of the elements loaded in a register, depending on the used instructionSet and on the types of the buffers loaded in the registers
|
| |
| file | SumPack.h [code] |
| | structure SumPack<eInstructionSet::domain instructionSet, typename T, typename Enable=void>
|
| |
| file | SumReg.h [code] |
| | template structure, specialized to implement the computation of the sum of the elements loaded in a register, depending on the used instructionSet and on the types of the buffers loaded in the registers
|
| |