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

Function hmax_s

Source/astcenc_vecmathlib_common_4.h:133–136  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

131 * @brief Return the horizontal maximum of a vector.
132 */
133ASTCENC_SIMD_INLINE int hmax_s(vint4 a)
134{
135 return hmax(a).lane<0>();
136}
137
138// ============================================================================
139// vfloat4 operators and functions

Callers

nothing calls this directly

Calls 1

hmaxFunction · 0.70

Tested by

no test coverage detected