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

Description

Types for the elements of Vec's.

Classes

struct  simd::Decimal< T >
 Class for formatting SIMD types as decimal numbers. More...
 
struct  simd::Format< T >
 Class for generating format strings for printf for SIMD types. More...
 
struct  simd::TypeInfo< T >
 Type information for SIMD types. More...
 

Typedefs

using simd::Byte
 Unsigned 8-bit integer.
 
using simd::Double
 Double-precision floating point number (64-bit)
 
using simd::Float
 Single-precision floating point number (32-bit)
 
using simd::Int
 Signed 32-bit integer.
 
using simd::Long
 Signed 64-bit integer.
 
using simd::Short
 Signed 16-bit integer.
 
using simd::SignedByte
 Signed 8-bit integer.
 
using simd::Word
 Unsigned 16-bit integer.