This repository has been archived on 2025-03-22. You can view files and clone it, but cannot push or open issues or pull requests.
organicmaps-tmp/openlr/cache_line_size.hpp
2018-02-12 17:19:19 +03:00

8 lines
107 B
C++

#pragma once
#include <cstddef>
namespace openlr
{
size_t constexpr kCacheLineSize = 64;
} // namespace