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

Function operator/

Source/astcenc_vecmathlib_sve_8.h:595–598  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

593 * @brief Overload: vector by vector division.
594 */
595ASTCENC_SIMD_INLINE vfloat8 operator/(vfloat8 a, vfloat8 b)
596{
597 return vfloat8(svdiv_f32_x(svptrue_b32(), a.m, b.m));
598}
599
600/**
601 * @brief Overload: vector by scalar division.

Callers

nothing calls this directly

Calls 1

vfloat8Class · 0.70

Tested by

no test coverage detected