---
title: "ceil(_:)"
framework: simd
role: symbol
role_heading: Function
path: "simd/ceil(_:)-2mz12"
---

# ceil(_:)

Each element of the result is the smallest integral value greater than or equal to the corresponding element of the input.

## Declaration

```swift
func ceil(_ x: simd_half32) -> simd_half32
```
