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

Function all

Source/astcenc_vecmathlib_neon_4.h:434–437  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

432 * @brief True if all lanes are enabled, false otherwise.
433 */
434ASTCENC_SIMD_INLINE bool all(vmask4 a)
435{
436 return vminvq_u32(a.m) != 0;
437}
438
439// ============================================================================
440// vint4 operators and functions

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected