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

Function operator|

Source/astcenc_vecmathlib_none_4.h:367–373  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

365 * @brief Overload: mask union (or).
366 */
367ASTCENC_SIMD_INLINE vmask4 operator|(vmask4 a, vmask4 b)
368{
369 return vmask4(a.m[0] | b.m[0],
370 a.m[1] | b.m[1],
371 a.m[2] | b.m[2],
372 a.m[3] | b.m[3]);
373}
374
375/**
376 * @brief Overload: mask intersect (and).

Callers

nothing calls this directly

Calls 2

vmask4Class · 0.70
vint4Class · 0.70

Tested by

no test coverage detected