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

Function operator|

Source/astcenc_vecmathlib_rvv_n.h:287–290  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

285 * @brief Overload: mask union (or).
286 */
287ASTCENC_SIMD_INLINE vmask operator|(vmask a, vmask b)
288{
289 return vmask(__riscv_vmor(a.m, b.m, vmask::vl()));
290}
291
292/**
293 * @brief Overload: mask intersect (and).

Callers

nothing calls this directly

Calls 2

vmaskClass · 0.85
vintClass · 0.85

Tested by

no test coverage detected