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

Function operator*

Source/astcenc_vecmathlib_rvv_n.h:377–380  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

375 * @brief Overload: vector by vector multiplication.
376 */
377ASTCENC_SIMD_INLINE vint operator*(vint a, vint b)
378{
379 return vint(__riscv_vmul(a.m, b.m, vint::vl()));
380}
381
382/**
383 * @brief Overload: vector bit invert.

Callers

nothing calls this directly

Calls 2

vintClass · 0.85
vfloatClass · 0.85

Tested by

no test coverage detected