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

Function operator-

Source/astcenc_vecmathlib_sse_4.h:468–471  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

466 * @brief Overload: vector by vector subtraction.
467 */
468ASTCENC_SIMD_INLINE vint4 operator-(vint4 a, vint4 b)
469{
470 return vint4(_mm_sub_epi32(a.m, b.m));
471}
472
473/**
474 * @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