---
title: "simd_make_long3(_:)"
framework: simd
role: symbol
role_heading: Function
path: "simd/simd_make_long3(_:)-4le1z"
---

# simd_make_long3(_:)

Returns a new vector from the specified two-element vector, and other elements set to zero.

## Declaration

```swift
func simd_make_long3(_ other: simd_long2) -> simd_long3
```

## See Also

### Functions to Create Three-Element Vectors From Other Vectors

- [simd_make_long3(_:)](simd/simd_make_long3(_:)-4osz8.md)
- [simd_make_long3(_:)](simd/simd_make_long3(_:)-40i9p.md)
- [simd_make_long3(_:)](simd/simd_make_long3(_:)-567hd.md)
- [simd_make_long3_undef(_:)](simd/simd_make_long3_undef(_:)-8anf9.md)
