SIMD

protocol SIMD

A SIMD vector of a fixed number of elements.

Inheritance CustomStringConvertible, Decodable, Encodable, ExpressibleByArrayLiteral, Hashable, SIMDStorage
Conforming Types SIMD16, SIMD2, SIMD3, SIMD32, SIMD4, SIMD64, SIMD8, SIMDMask
Associated Types
associatedtype MaskStorage

Default Implementations

var scalarCount

The number of scalars, or elements, in a vector of this type.

Declaration

var scalarCount: Int