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

Function min

Source/astcenc_vecmathlib_neon_4.h:560–563  ·  view source on GitHub ↗

* @brief Return the min vector of two vectors. */

Source from the content-addressed store, hash-verified

558 * @brief Return the min vector of two vectors.
559 */
560ASTCENC_SIMD_INLINE vint4 min(vint4 a, vint4 b)
561{
562 return vint4(vminq_s32(a.m, b.m));
563}
564
565/**
566 * @brief Return the max vector of two vectors.

Callers

nothing calls this directly

Calls 2

vint4Class · 0.70
vfloat4Class · 0.70

Tested by

no test coverage detected