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

Function operator-

Source/astcenc_vecmathlib_neon_4.h:454–457  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

452 * @brief Overload: vector by vector subtraction.
453 */
454ASTCENC_SIMD_INLINE vint4 operator-(vint4 a, vint4 b)
455{
456 return vint4(vsubq_s32(a.m, b.m));
457}
458
459/**
460 * @brief Overload: vector by vector multiplication.

Callers

nothing calls this directly

Calls 2

vint4Class · 0.70
vfloat4Class · 0.70

Tested by

no test coverage detected