SIMDScalar

protocol SIMDScalar

A type that can be used as an element in a SIMD vector.

Conforming Types Double, Float, Int, Int16, Int32, Int64, Int8, UInt, UInt16, UInt32, UInt64, UInt8
Associated Types
associatedtype SIMDMaskScalar
associatedtype SIMD2Storage
associatedtype SIMD4Storage
associatedtype SIMD8Storage
associatedtype SIMD16Storage
associatedtype SIMD32Storage
associatedtype SIMD64Storage