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

# simd_any(_:)

Returns true if the high-order bit of any element is set; false otherwise.

## Declaration

```swift
func simd_any(_ x: simd_int4) -> simd_bool
```

## See Also

### Logic and Bitwise Functions

- [simd_all(_:)](simd/simd_all(_:)-1jw6t.md)
- [simd_bitselect(_:_:_:)](simd/simd_bitselect(_:_:_:)-27mh1.md)
