---
title: simd_int3
framework: simd
role: symbol
role_heading: Type Alias
path: simd/simd_int3
---

# simd_int3

A vector of three 32-bit signed integer elements.

## Declaration

```swift
typealias simd_int3 = SIMD3<Int32>
```

## Topics

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

- [simd_make_int3(_:)](simd/simd_make_int3(_:)-2tix4.md)
- [simd_make_int3(_:)](simd/simd_make_int3(_:)-2r609.md)
- [simd_make_int3(_:)](simd/simd_make_int3(_:)-3fioe.md)
- [simd_make_int3(_:)](simd/simd_make_int3(_:)-28n96.md)
- [simd_make_int3(_:)](simd/simd_make_int3(_:)-4wbrt.md)
- [simd_make_int3_undef(_:)](simd/simd_make_int3_undef(_:)-5kpok.md)

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

- [simd_make_int3(_:)](simd/simd_make_int3(_:)-4pdxm.md)
- [simd_make_int3(_:_:_:)](simd/simd_make_int3(_:_:_:).md)
- [simd_make_int3_undef(_:)](simd/simd_make_int3_undef(_:)-5q1nf.md)

### Functions to Create Three-Element Vectors From Combinations of Vectors and Scalar Values

- [simd_make_int3(_:_:)](simd/simd_make_int3(_:_:)-7nox5.md)
- [simd_make_int3(_:_:)](simd/simd_make_int3(_:_:)-48lb0.md)

### Common Functions

- [simd_abs(_:)](simd/simd_abs(_:)-8d4m3.md)
- [abs(_:)](simd/abs(_:)-2m9bi.md)
- [simd_clamp(_:_:_:)](simd/simd_clamp(_:_:_:)-68p0z.md)
- [clamp(_:min:max:)](simd/clamp(_:min:max:)-7b2i.md)
- [clamp(_:min:max:)](simd/clamp(_:min:max:)-cim1.md)
- [simd_equal(_:_:)](simd/simd_equal(_:_:)-6i7q4.md)

### Reduce Functions

- [simd_reduce_min(_:)](simd/simd_reduce_min(_:)-45ygx.md)
- [reduce_min(_:)](simd/reduce_min(_:)-3l43s.md)
- [simd_reduce_max(_:)](simd/simd_reduce_max(_:)-4gy97.md)
- [reduce_max(_:)](simd/reduce_max(_:)-5wvu6.md)
- [simd_reduce_add(_:)](simd/simd_reduce_add(_:)-2utmv.md)
- [reduce_add(_:)](simd/reduce_add(_:)-9pjza.md)

### Extrema Functions

- [simd_max(_:_:)](simd/simd_max(_:_:)-93k3o.md)
- [max(_:_:)](simd/max(_:_:)-1zb5g.md)
- [max(_:_:)](simd/max(_:_:)-1w3tf.md)
- [simd_min(_:_:)](simd/simd_min(_:_:)-2t446.md)
- [min(_:_:)](simd/min(_:_:)-8safl.md)
- [min(_:_:)](simd/min(_:_:)-8p0ea.md)

### Logic and Bitwise Functions

- [simd_any(_:)](simd/simd_any(_:)-69748.md)
- [simd_all(_:)](simd/simd_all(_:)-1apey.md)
- [simd_bitselect(_:_:_:)](simd/simd_bitselect(_:_:_:)-78l7a.md)

### Alternative Type Alias

- [int3](simd/int3.md)
- [vector_int3](simd/vector_int3.md)

## See Also

### Vector Data Types

- [simd_int1](simd/simd_int1.md)
- [simd_int2](simd/simd_int2.md)
- [simd_int4](simd/simd_int4.md)
- [simd_int8](simd/simd_int8.md)
- [simd_int16](simd/simd_int16.md)
