|
T-SIMD v31.1.3
A C++ template SIMD library
|
Types and classes for SIMD programming.
Subgroups | |
| Element Types | |
| Types for the elements of Vec's. | |
Classes | |
| class | simd::Mask< T, SIMD_WIDTH > |
| SIMD mask class consisting of as many bits as the corresponding Vec has elements. More... | |
| class | simd::Vec< T, SIMD_WIDTH > |
| SIMD vector class, holds multiple elements of the same type. More... | |
Enumerations | |
| enum class | simd::SortSlope { ASCENDING , DESCENDING } |
| Used to indicate the direction of a sort function. | |