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

Function operator|

Source/astcenc_vecmathlib_common_4.h:76–79  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

74 * @brief Overload: vector by scalar bitwise or.
75 */
76ASTCENC_SIMD_INLINE vint4 operator|(vint4 a, int b)
77{
78 return a | vint4(b);
79}
80
81/**
82 * @brief Overload: vector by scalar bitwise and.

Callers

nothing calls this directly

Calls 1

vint4Class · 0.70

Tested by

no test coverage detected