Protocolswift 6.0.3Swift
SIMDStorage
A type that can function as storage for a SIMD vector type.
protocol SIMDStorage
Browse conforming typesThe SIMDStorage
protocol defines a storage layout and provides elementwise accesses. Computational operations are defined on the SIMD
protocol, which refines this protocol, and on the concrete types that conform to SIMD
.