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

Function operator<

Source/astcenc_vecmathlib_avx2_8.h:409–412  ·  view source on GitHub ↗

* @brief Overload: vector by vector less than. */

Source from the content-addressed store, hash-verified

407 * @brief Overload: vector by vector less than.
408 */
409ASTCENC_SIMD_INLINE vmask8 operator<(vint8 a, vint8 b)
410{
411 return vmask8(_mm256_cmpgt_epi32(b.m, a.m));
412}
413
414/**
415 * @brief Overload: vector by vector greater than.

Callers

nothing calls this directly

Calls 1

vmask8Class · 0.70

Tested by

no test coverage detected