Protocolswift 6.1.2Swift
SIMDScalar
A type that can be used as an element in a SIMD vector.
protocol SIMDScalar : BitwiseCopyable
Browse conforming typesA type that can be used as an element in a SIMD vector.
protocol SIMDScalar : BitwiseCopyable
import Swift
protocol BitwiseCopyable : ~Escapable
associatedtype SIMD16Storage : SIMDStorage where Self == Self.SIMD16Storage.Scalar, Self.SIMD16Storage.Scalar == Self.SIMD2Storage.Scalar
associatedtype SIMD2Storage : SIMDStorage where Self.SIMD2Storage.Scalar == Self.SIMD32Storage.Scalar
associatedtype SIMD32Storage : SIMDStorage where Self.SIMD32Storage.Scalar == Self.SIMD4Storage.Scalar
associatedtype SIMD4Storage : SIMDStorage where Self.SIMD4Storage.Scalar == Self.SIMD64Storage.Scalar
associatedtype SIMD64Storage : SIMDStorage where Self.SIMD64Storage.Scalar == Self.SIMD8Storage.Scalar
associatedtype SIMD8Storage : SIMDStorage
associatedtype SIMDMaskScalar : FixedWidthInteger, SIMDScalar, SignedInteger where Self.SIMDMaskScalar == Self.SIMDMaskScalar.SIMDMaskScalar