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

# 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_half8) -> simd_half8
```
