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

# 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_half4) -> simd_half4
```
