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

Function any

Source/astcenc_vecmathlib_sse_4.h:440–443  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

438 * @brief True if any lanes are enabled, false otherwise.
439 */
440ASTCENC_SIMD_INLINE bool any(vmask4 a)
441{
442 return mask(a) != 0;
443}
444
445/**
446 * @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