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

# simd_packed_half32

## Declaration

```swift
typealias simd_packed_half32 = SIMD32<Float16>
```

## Discussion

Discussion A vector of thirty-two 16-bit floating-point numbers with relaxed alignment. This type is not available in Metal. The alignment of this type is only that of the underlying scalar element type, so you can use it to load or store from an array of that type.
