HPCombi
High Performance Combinatorics in C++ using vector instructions v1.0.1
Loading...
Searching...
No Matches
common_partial_max Class Reference

Horizontal partial sum of a HPCombi::epu8. More...

#include <epu8.hpp>

Detailed Description

Horizontal partial sum of a HPCombi::epu8.

Returns
the partials max of the input
Example:
partial_max(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, 5, 5, 5, 5, 6,12,12,12,12,12,12,12,13,14,15}

The documentation for this class was generated from the following file: