Horizontal partial sum of a HPCombi::epu8.
More...
#include <epu8.hpp>
Horizontal partial sum of a HPCombi::epu8.
- Returns
- the partials sums of the input
- Example:
partial_sums(
epu8 { 5, 5, 2, 5, 1, 6,12, 4, 0, 3, 2,11,12,13,14,15});
uint8_t __attribute__((vector_size(16))) epu8
SIMD vector of 16 unsigned bytes.
Definition epu8.hpp:45
Returns { 5,10,12,17,18,24,36,40,40,43,45,56,68,81,95,110}
The documentation for this class was generated from the following file:
- /builddir/build/BUILD/HPCombi-1.0.1-build/HPCombi-1.0.1/include/hpcombi/epu8.hpp