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

Function operator|

Source/astcenc_vecmathlib_sve_8.h:256–259  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

254 * @brief Overload: mask union (or).
255 */
256ASTCENC_SIMD_INLINE vmask8 operator|(vmask8 a, vmask8 b)
257{
258 return vmask8(svorr_z(svptrue_b32(), a.m, b.m));
259}
260
261/**
262 * @brief Overload: mask intersect (and).

Callers

nothing calls this directly

Calls 2

vmask8Class · 0.70
vint8Class · 0.70

Tested by

no test coverage detected