openMSX
|
#include "DeltaBlock.hh"
#include "ranges.hh"
#include "lz4.hh"
#include <bit>
#include <cassert>
#include <tuple>
#include <utility>
Go to the source code of this file.
Namespaces | |
namespace | openmsx |
This file implemented 3 utility functions: | |
Functions | |
template<int N> | |
bool | openmsx::comp (const uint8_t *p, const uint8_t *q) |
template<> | |
bool | openmsx::comp< 4 > (const uint8_t *p, const uint8_t *q) |
template<> | |
bool | openmsx::comp< 8 > (const uint8_t *p, const uint8_t *q) |