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

Function haccumulate

Source/astcenc_vecmathlib_common_4.h:270–273  ·  view source on GitHub ↗

* @brief Accumulate lane-wise sums for a vector. */

Source from the content-addressed store, hash-verified

268 * @brief Accumulate lane-wise sums for a vector.
269 */
270ASTCENC_SIMD_INLINE void haccumulate(vfloat4& accum, vfloat4 a)
271{
272 accum = accum + a;
273}
274
275/**
276 * @brief Accumulate lane-wise sums for a masked vector.

Callers

nothing calls this directly

Calls 1

selectFunction · 0.70

Tested by

no test coverage detected