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

Function operator^

Source/astcenc_vecmathlib_sve_8.h:272–275  ·  view source on GitHub ↗

* @brief Overload: mask difference (xor). */

Source from the content-addressed store, hash-verified

270 * @brief Overload: mask difference (xor).
271 */
272ASTCENC_SIMD_INLINE vmask8 operator^(vmask8 a, vmask8 b)
273{
274 return vmask8(sveor_z(svptrue_b32(), a.m, b.m));
275}
276
277/**
278 * @brief Overload: mask invert (not).

Callers

nothing calls this directly

Calls 2

vmask8Class · 0.70
vint8Class · 0.70

Tested by

no test coverage detected