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

Function operator&

Source/astcenc_vecmathlib_sse_4.h:406–409  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

404 * @brief Overload: mask intersect (and).
405 */
406ASTCENC_SIMD_INLINE vmask4 operator&(vmask4 a, vmask4 b)
407{
408 return vmask4(_mm_and_ps(a.m, b.m));
409}
410
411/**
412 * @brief Overload: mask difference (xor).

Callers

nothing calls this directly

Calls 2

vmask4Class · 0.70
vint4Class · 0.70

Tested by

no test coverage detected