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

Function operator&

Source/astcenc_vecmathlib_common_4.h:84–87  ·  view source on GitHub ↗

* @brief Overload: vector by scalar bitwise and. */

Source from the content-addressed store, hash-verified

82 * @brief Overload: vector by scalar bitwise and.
83 */
84ASTCENC_SIMD_INLINE vint4 operator&(vint4 a, int b)
85{
86 return a & vint4(b);
87}
88
89/**
90 * @brief Overload: vector by scalar bitwise xor.

Callers

nothing calls this directly

Calls 1

vint4Class · 0.70

Tested by

no test coverage detected