Contents

simd_make_half4(_:_:_:_:)

Returns a new vector from the specified scalar values.

Declaration

func simd_make_half4(_ x: Float16, _ y: Float16, _ z: Float16, _ w: Float16) -> simd_half4

See Also

Functions to create four-element vectors from scalar values