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

Function hmax_s

Source/astcenc_vecmathlib_avx2_8.h:501–504  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

499 * @brief Return the horizontal maximum of a vector.
500 */
501ASTCENC_SIMD_INLINE int hmax_s(vint8 a)
502{
503 return _mm256_cvtsi256_si32(hmax(a).m);
504}
505
506/**
507 * @brief Generate a vint8 from a size_t.

Callers

nothing calls this directly

Calls 1

hmaxFunction · 0.70

Tested by

no test coverage detected