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

# simd_packed_short32

A packed vector of thirty-two 16-bit signed integer elements.

## Declaration

```swift
typealias simd_packed_short32 = SIMD32<Int16>
```

## Topics

### Alternative Type Alias

- [packed_short32](simd/packed_short32.md)

## See Also

### Packed Vector Data Types

- [simd_packed_short2](simd/simd_packed_short2.md)
- [simd_packed_short4](simd/simd_packed_short4.md)
- [simd_packed_short8](simd/simd_packed_short8.md)
- [simd_packed_short16](simd/simd_packed_short16.md)
