Initializerswift 6.0.3Swift
init(_:)
Creates a new vector from the given vector of floating-point values.
init<Other>(_ other: SIMD16<Other>) where Other : BinaryFloatingPoint, Other : SIMDScalar
Parameters
- other
The vector to convert.
Creates a new vector from the given vector of floating-point values.
init<Other>(_ other: SIMD16<Other>) where Other : BinaryFloatingPoint, Other : SIMDScalar
ss6SIMD16VsSBRzrlEyAByxGAByqd__GcSBRd__s10SIMDScalarRd__lufc
What are these?17Z75
where Scalar:BinaryFloatingPoint, Scalar:SIMDScalar
The vector to convert.
import Swift
@frozen struct SIMD16<Scalar> where Scalar : SIMDScalar
A vector of 16 scalar values.
protocol BinaryFloatingPoint : ExpressibleByFloatLiteral, FloatingPoint
A radix-2 (binary) floating-point type.
protocol SIMDScalar : BitwiseCopyable
A type that can be used as an element in a SIMD vector.
init<Other>(_ other: SIMD16<Other>) where Other : FixedWidthInteger, Other : SIMDScalar
Creates a new vector from the given vector of integers.