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

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

#include <epu8.hpp>

Detailed Description

Horizontal sum of a HPCombi::epu8.

Returns
the horizontal sum of the input
Example:
horiz_min(epu8 { 5, 5, 2, 5, 1, 6,12, 4, 1, 3, 2, 2,12, 3, 4, 4});
uint8_t __attribute__((vector_size(16))) epu8
SIMD vector of 16 unsigned bytes.
Definition epu8.hpp:45
Returns 1

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