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

Function operator^

Source/astcenc_vecmathlib_avx2_8.h:283–286  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

281 * @brief Overload: mask difference (xor).
282 */
283ASTCENC_SIMD_INLINE vmask8 operator^(vmask8 a, vmask8 b)
284{
285 return vmask8(_mm256_xor_ps(a.m, b.m));
286}
287
288/**
289 * @brief Overload: mask invert (not).

Callers

nothing calls this directly

Calls 2

vmask8Class · 0.70
vint8Class · 0.70

Tested by

no test coverage detected