Storage for a vector of 32 floating-point values.
SDK
- Xcode 10.2+
Framework
- Swift Standard Library
Declaration
@frozen @_alignment(16) struct SIMD32Storage
Storage for a vector of 32 floating-point values.
SDK
Framework
@frozen @_alignment(16) struct SIMD32Storage
typealias Double .SIMD32Storage .ScalarThe type of scalars in the vector space.
init()Creates a vector with zero in all lanes.
var scalar Count: IntThe number of scalars, or elements, in the vector.
static var scalar Count: IntThe number of scalars, or elements, in a vector of this type.
subscript(Int) -> DoubleAccesses the element at the specified index.
struct Double .SIMD2StorageStorage for a vector of two floating-point values.
struct Double .SIMD4StorageStorage for a vector of four floating-point values.
struct Double .SIMD8StorageStorage for a vector of eight floating-point values.
struct Double .SIMD16StorageStorage for a vector of 16 floating-point values.
struct Double .SIMD64StorageStorage for a vector of 64 floating-point values.