T-SIMD v31.1.0
A C++ template SIMD library
Loading...
Searching...
No Matches
SIMD Types and Classes

Description

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.