HPCombi
High Performance Combinatorics in C++ using vector instructions v1.0.0
|
Go to the source code of this file.
Namespaces | |
namespace | HPCombi |
namespace | HPCombi::detail |
namespace | std |
Macros | |
#define | FF 0xff |
Typedefs | |
using | HPCombi::epu64 = uint64_t __attribute__((__vector_size__(16), __may_alias__)) |
Functions | |
void | HPCombi::detail::row_space_update_bitset (epu8 block, epu8 &set0, epu8 &set1) noexcept |
std::ostream & | std::operator<< (std::ostream &os, HPCombi::BMat8 const &bm) |
Variables | |
constexpr std::array< epu8, 4 > | HPCombi::masks |
#define FF 0xff |