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

# simd_any(_:)

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

## Declaration

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

## See Also

### Logic and Bitwise Functions

- [simd_all(_:)](simd/simd_all(_:)-1d7bv.md)
- [simd_bitselect(_:_:_:)](simd/simd_bitselect(_:_:_:)-5dqwa.md)
