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

# simd_any(_:)

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

## Declaration

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

## See Also

### Logic and Bitwise Functions

- [simd_all(_:)](simd/simd_all(_:)-1afl6.md)
- [simd_bitselect(_:_:_:)](simd/simd_bitselect(_:_:_:)-4hak.md)
