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

Function operator|

Source/astcenc_vecmathlib_sse_4.h:398–401  ·  view source on GitHub ↗

* @brief Overload: mask union (or). */

Source from the content-addressed store, hash-verified

396 * @brief Overload: mask union (or).
397 */
398ASTCENC_SIMD_INLINE vmask4 operator|(vmask4 a, vmask4 b)
399{
400 return vmask4(_mm_or_ps(a.m, b.m));
401}
402
403/**
404 * @brief Overload: mask intersect (and).

Callers

nothing calls this directly

Calls 2

vmask4Class · 0.70
vint4Class · 0.70

Tested by

no test coverage detected