StructureSwift
SIMD8Storage
Storage for a vector of eight integers.
@frozen struct SIMD8Storage
Storage for a vector of eight integers.
@frozen struct SIMD8Storage
init()
Creates a vector with zero in all lanes.
subscript(Int) -> Int
Accesses the element at the specified index.
static var scalarCount: Int
The number of scalars, or elements, in a vector of this type.
var scalarCount: Int
The number of scalars, or elements, in the vector.