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

Function operator<

Source/astcenc_vecmathlib_sve_8.h:401–404  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

399 * @brief Overload: vector by vector less than.
400 */
401ASTCENC_SIMD_INLINE vmask8 operator<(vint8 a, vint8 b)
402{
403 return vmask8(svcmplt_s32(svptrue_b32(), a.m, b.m));
404}
405
406/**
407 * @brief Overload: vector by vector greater than.

Callers

nothing calls this directly

Calls 1

vmask8Class · 0.70

Tested by

no test coverage detected