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

Function min

Source/astcenc_vecmathlib_sve_8.h:443–446  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

441 * @brief Return the min vector of two vectors.
442 */
443ASTCENC_SIMD_INLINE vint8 min(vint8 a, vint8 b)
444{
445 return vint8(svmin_s32_x(svptrue_b32(), a.m, b.m));
446}
447
448/**
449 * @brief Return the max vector of two vectors.

Callers 1

clampFunction · 0.70

Calls 2

vint8Class · 0.70
vfloat8Class · 0.70

Tested by

no test coverage detected