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

Function operator|

Source/astcenc_vecmathlib_avx2_8.h:267–270  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

265 * @brief Overload: mask union (or).
266 */
267ASTCENC_SIMD_INLINE vmask8 operator|(vmask8 a, vmask8 b)
268{
269 return vmask8(_mm256_or_ps(a.m, b.m));
270}
271
272/**
273 * @brief Overload: mask intersect (and).

Callers

nothing calls this directly

Calls 2

vmask8Class · 0.70
vint8Class · 0.70

Tested by

no test coverage detected