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

Function hmax

Source/astcenc_vecmathlib_neon_4.h:584–587  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

582 * @brief Return the horizontal maximum of a vector.
583 */
584ASTCENC_SIMD_INLINE vint4 hmax(vint4 a)
585{
586 return vint4(vmaxvq_s32(a.m));
587}
588
589/**
590 * @brief Store a vector to a 16B aligned memory address.

Callers

nothing calls this directly

Calls 2

vint4Class · 0.70
vfloat4Class · 0.70

Tested by

no test coverage detected