HPCombi
High Performance Combinatorics in C++ using vector instructions v1.0.1
Loading...
Searching...
No Matches
common_partial_min 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 min of the input
Example:
partial_min(epu8 { 5, 5, 2, 5, 1, 6,12, 4, 0, 3, 2,11,12,13,14,15});
Returns { 5, 5, 2, 2, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0}

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