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

Function operator/

Source/astcenc_vecmathlib_sse_4.h:726–729  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

724 * @brief Overload: vector by vector division.
725 */
726ASTCENC_SIMD_INLINE vfloat4 operator/(vfloat4 a, vfloat4 b)
727{
728 return vfloat4(_mm_div_ps(a.m, b.m));
729}
730
731/**
732 * @brief Overload: vector by vector equality.

Callers

nothing calls this directly

Calls 1

vfloat4Class · 0.70

Tested by

no test coverage detected