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

Function operator+

Source/astcenc_vecmathlib_sve_8.h:320–323  ·  view source on GitHub ↗

============================================================================ vint8 operators and functions ============================================================================ * @brief Overload: vector by vector addition. */

Source from the content-addressed store, hash-verified

318 * @brief Overload: vector by vector addition.
319 */
320ASTCENC_SIMD_INLINE vint8 operator+(vint8 a, vint8 b)
321{
322 return vint8(svadd_s32_x(svptrue_b32(), a.m, b.m));
323}
324
325/**
326 * @brief Overload: vector by vector incremental addition.

Callers

nothing calls this directly

Calls 2

vint8Class · 0.70
vfloat8Class · 0.70

Tested by

no test coverage detected