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

Function operator+

Source/astcenc_vecmathlib_rvv_n.h:352–355  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

350 * @brief Overload: vector by vector addition.
351 */
352ASTCENC_SIMD_INLINE vint operator+(vint a, vint b)
353{
354 return vint(__riscv_vadd(a.m, b.m, vint::vl()));
355}
356
357/**
358 * @brief Overload: vector by vector incremental addition.

Callers

nothing calls this directly

Calls 2

vintClass · 0.85
vfloatClass · 0.85

Tested by

no test coverage detected