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

Function all

Source/astcenc_vecmathlib_rvv_n.h:341–344  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

339 * @brief True if all lanes are enabled, false otherwise.
340 */
341ASTCENC_SIMD_INLINE bool all(vmask a)
342{
343 return __riscv_vcpop(a.m, vmask::vl()) == vmask::vl();
344}
345
346// ============================================================================
347// vint operators and functions

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected