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

Function hmin_s

Source/astcenc_vecmathlib_common_4.h:116–119  ·  view source on GitHub ↗

* @brief Return the horizontal minimum of a vector. */

Source from the content-addressed store, hash-verified

114 * @brief Return the horizontal minimum of a vector.
115 */
116ASTCENC_SIMD_INLINE int hmin_s(vint4 a)
117{
118 return hmin(a).lane<0>();
119}
120
121/**
122 * @brief Generate a vint4 from a size_t.

Callers 1

hmin_rgb_sFunction · 0.70

Calls 1

hminFunction · 0.70

Tested by

no test coverage detected