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

Function operator|

Source/astcenc_vecmathlib_neon_4.h:380–383  ·  view source on GitHub ↗

* @brief Overload: mask union (or). */

Source from the content-addressed store, hash-verified

378 * @brief Overload: mask union (or).
379 */
380ASTCENC_SIMD_INLINE vmask4 operator|(vmask4 a, vmask4 b)
381{
382 return vmask4(vorrq_u32(a.m, b.m));
383}
384
385/**
386 * @brief Overload: mask intersect (and).

Callers

nothing calls this directly

Calls 2

vmask4Class · 0.70
vint4Class · 0.70

Tested by

no test coverage detected