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

Function operator>

Source/astcenc_vecmathlib_avx2_8.h:417–420  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

415 * @brief Overload: vector by vector greater than.
416 */
417ASTCENC_SIMD_INLINE vmask8 operator>(vint8 a, vint8 b)
418{
419 return vmask8(_mm256_cmpgt_epi32(a.m, b.m));
420}
421
422/**
423 * @brief Logical shift left.

Callers

nothing calls this directly

Calls 1

vmask8Class · 0.70

Tested by

no test coverage detected