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

Function operator/

Source/astcenc_vecmathlib_neon_4.h:674–677  ·  view source on GitHub ↗

* @brief Overload: vector by vector division. */

Source from the content-addressed store, hash-verified

672 * @brief Overload: vector by vector division.
673 */
674ASTCENC_SIMD_INLINE vfloat4 operator/(vfloat4 a, vfloat4 b)
675{
676 return vfloat4(vdivq_f32(a.m, b.m));
677}
678
679/**
680 * @brief Overload: vector by vector equality.

Callers

nothing calls this directly

Calls 1

vfloat4Class · 0.70

Tested by

no test coverage detected