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

Function operator*

Source/astcenc_vecmathlib_avx2_8.h:353–356  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

351 * @brief Overload: vector by vector multiplication.
352 */
353ASTCENC_SIMD_INLINE vint8 operator*(vint8 a, vint8 b)
354{
355 return vint8(_mm256_mullo_epi32(a.m, b.m));
356}
357
358/**
359 * @brief Overload: vector bit invert.

Callers

nothing calls this directly

Calls 2

vint8Class · 0.70
vfloat8Class · 0.70

Tested by

no test coverage detected