Contents

simd_make_half3(_:_:)

Returns a new vector from a scalar value and a vector.

Declaration

func simd_make_half3(_ x: Float16, _ yz: simd_half2) -> simd_half3

See Also

Functions to create three-element vectors from scalar values