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

Function operator<

Source/astcenc_vecmathlib_sse_4.h:543–546  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

541 * @brief Overload: vector by vector less than.
542 */
543ASTCENC_SIMD_INLINE vmask4 operator<(vint4 a, vint4 b)
544{
545 return vmask4(_mm_cmplt_epi32(a.m, b.m));
546}
547
548/**
549 * @brief Overload: vector by vector greater than.

Callers

nothing calls this directly

Calls 1

vmask4Class · 0.70

Tested by

no test coverage detected