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

Function operator&

Source/astcenc_vecmathlib_sve_8.h:264–267  ·  view source on GitHub ↗

* @brief Overload: mask intersect (and). */

Source from the content-addressed store, hash-verified

262 * @brief Overload: mask intersect (and).
263 */
264ASTCENC_SIMD_INLINE vmask8 operator&(vmask8 a, vmask8 b)
265{
266 return vmask8(svand_z(svptrue_b32(), a.m, b.m));
267}
268
269/**
270 * @brief Overload: mask difference (xor).

Callers

nothing calls this directly

Calls 2

vmask8Class · 0.70
vint8Class · 0.70

Tested by

no test coverage detected