A type that can be used as an element in a SIMD vector.
SDK
- Xcode 10.2+
Framework
- Swift Standard Library
Declaration
protocol SIMDScalar
A type that can be used as an element in a SIMD vector.
SDK
Framework
protocol SIMDScalar
associatedtype SIMD16StorageRequired.
associatedtype SIMD2StorageRequired.
associatedtype SIMD32StorageRequired.
associatedtype SIMD4StorageRequired.
associatedtype SIMD64StorageRequired.
associatedtype SIMD8StorageRequired.
associatedtype SIMDMaskScalar Required.
protocol SIMDA SIMD vector of a fixed number of elements.
protocol SIMDStorageA type that can function as storage for a SIMD vector type.