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

Function operator-

Source/astcenc_vecmathlib_rvv_n.h:369–372  ·  view source on GitHub ↗

* @brief Overload: vector by vector subtraction. */

Source from the content-addressed store, hash-verified

367 * @brief Overload: vector by vector subtraction.
368 */
369ASTCENC_SIMD_INLINE vint operator-(vint a, vint b)
370{
371 return vint(__riscv_vsub(a.m, b.m, vint::vl()));
372}
373
374/**
375 * @brief Overload: vector by vector multiplication.

Callers

nothing calls this directly

Calls 2

vintClass · 0.85
vfloatClass · 0.85

Tested by

no test coverage detected