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

Function operator/

Source/astcenc_vecmathlib_avx2_8.h:626–629  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

624 * @brief Overload: vector by vector division.
625 */
626ASTCENC_SIMD_INLINE vfloat8 operator/(vfloat8 a, vfloat8 b)
627{
628 return vfloat8(_mm256_div_ps(a.m, b.m));
629}
630
631/**
632 * @brief Overload: vector by scalar division.

Callers

nothing calls this directly

Calls 1

vfloat8Class · 0.70

Tested by

no test coverage detected