MCPcopy Create free account
hub / github.com/ARM-software/astc-encoder / any

Function any

Source/astcenc_vecmathlib_none_4.h:424–427  ·  view source on GitHub ↗

* @brief True if any lanes are enabled, false otherwise. */

Source from the content-addressed store, hash-verified

422 * @brief True if any lanes are enabled, false otherwise.
423 */
424ASTCENC_SIMD_INLINE bool any(vmask4 a)
425{
426 return mask(a) != 0;
427}
428
429/**
430 * @brief True if all lanes are enabled, false otherwise.

Callers

nothing calls this directly

Calls 1

maskFunction · 0.70

Tested by

no test coverage detected