SIMDScalar
A type that can be used as an element in a SIMD vector.
protocol SIMDScalar
Requirements
associatedtype SIMD16Storage : SIMDStorage
associatedtype SIMD2Storage : SIMDStorage
associatedtype SIMD32Storage : SIMDStorage
associatedtype SIMD4Storage : SIMDStorage
associatedtype SIMD64Storage : SIMDStorage
associatedtype SIMD8Storage : SIMDStorage
associatedtype SIMDMaskScalar : FixedWidthInteger, SIMDScalar, SignedInteger