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

Function operator&

Source/astcenc_vecmathlib_avx2_8.h:275–278  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

273 * @brief Overload: mask intersect (and).
274 */
275ASTCENC_SIMD_INLINE vmask8 operator&(vmask8 a, vmask8 b)
276{
277 return vmask8(_mm256_and_ps(a.m, b.m));
278}
279
280/**
281 * @brief Overload: mask difference (xor).

Callers

nothing calls this directly

Calls 2

vmask8Class · 0.70
vint8Class · 0.70

Tested by

no test coverage detected