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

Function operator>

Source/astcenc_vecmathlib_sse_4.h:551–554  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

549 * @brief Overload: vector by vector greater than.
550 */
551ASTCENC_SIMD_INLINE vmask4 operator>(vint4 a, vint4 b)
552{
553 return vmask4(_mm_cmpgt_epi32(a.m, b.m));
554}
555
556/**
557 * @brief Logical shift left.

Callers

nothing calls this directly

Calls 1

vmask4Class · 0.70

Tested by

no test coverage detected