---
title: "simd_make_int2_undef(_:)"
framework: simd
role: symbol
role_heading: Function
path: "simd/simd_make_int2_undef(_:)"
---

# simd_make_int2_undef(_:)

Returns a new vector with the first element set to a scalar value, and other elements undefined.

## Declaration

```swift
func simd_make_int2_undef(_ other: Int32) -> simd_int2
```

## See Also

### Functions to Create Two-Element Vectors From Scalar Values

- [simd_make_int2(_:)](simd/simd_make_int2(_:)-3zby.md)
- [simd_make_int2(_:_:)](simd/simd_make_int2(_:_:).md)
