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

Function operator<

Source/astcenc_vecmathlib_rvv_n.h:433–436  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

431 * @brief Overload: vector by vector less than.
432 */
433ASTCENC_SIMD_INLINE vmask operator<(vint a, vint b)
434{
435 return vmask(__riscv_vmslt(a.m, b.m, vint::vl()));
436}
437
438/**
439 * @brief Overload: vector by vector greater than.

Callers

nothing calls this directly

Calls 1

vmaskClass · 0.85

Tested by

no test coverage detected