A type that can be used as an element in a SIMD vector.
SDK
- Xcode 10.2+
Framework
- Swift Standard Library
A type that can be used as an element in a SIMD vector.
SDK
Framework
associatedtype SIMD16Storage
Required.
associatedtype SIMD2Storage
Required.
associatedtype SIMD32Storage
Required.
associatedtype SIMD4Storage
Required.
associatedtype SIMD64Storage
Required.
associatedtype SIMD8Storage
Required.
associatedtype SIMDMask Scalar
Required.
protocol SIMD
A SIMD vector of a fixed number of elements.
protocol SIMDStorage
A type that can function as storage for a SIMD vector type.