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

Function operator/

Source/astcenc_vecmathlib_rvv_n.h:628–631  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

626 * @brief Overload: vector by vector division.
627 */
628ASTCENC_SIMD_INLINE vfloat operator/(vfloat a, vfloat b)
629{
630 return vfloat(__riscv_vfdiv(a.m, b.m, vfloat::vl()));
631}
632
633/**
634 * @brief Overload: vector by scalar division.

Callers

nothing calls this directly

Calls 1

vfloatClass · 0.85

Tested by

no test coverage detected