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

Function operator>

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

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

Source from the content-addressed store, hash-verified

407 * @brief Overload: vector by vector greater than.
408 */
409ASTCENC_SIMD_INLINE vmask8 operator>(vint8 a, vint8 b)
410{
411 return vmask8(svcmpgt_s32(svptrue_b32(), a.m, b.m));
412}
413
414/**
415 * @brief Logical shift left.

Callers

nothing calls this directly

Calls 1

vmask8Class · 0.70

Tested by

no test coverage detected