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

Function operator^

Source/astcenc_vecmathlib_sse_4.h:414–417  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

412 * @brief Overload: mask difference (xor).
413 */
414ASTCENC_SIMD_INLINE vmask4 operator^(vmask4 a, vmask4 b)
415{
416 return vmask4(_mm_xor_ps(a.m, b.m));
417}
418
419/**
420 * @brief Overload: mask invert (not).

Callers

nothing calls this directly

Calls 2

vmask4Class · 0.70
vint4Class · 0.70

Tested by

no test coverage detected