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

Function operator+

Source/astcenc_vecmathlib_common_4.h:43–46  ·  view source on GitHub ↗

* @brief Overload: vector by scalar addition. */

Source from the content-addressed store, hash-verified

41 * @brief Overload: vector by scalar addition.
42 */
43ASTCENC_SIMD_INLINE vint4 operator+(vint4 a, int b)
44{
45 return a + vint4(b);
46}
47
48/**
49 * @brief Overload: vector by vector incremental addition.

Callers

nothing calls this directly

Calls 2

vint4Class · 0.70
vfloat4Class · 0.70

Tested by

no test coverage detected