From 85dfdafaeb190ada99a87eb51ada937ec0203fb4 Mon Sep 17 00:00:00 2001 From: Alexey Milovidov Date: Fri, 15 Sep 2017 06:01:16 +0300 Subject: [PATCH] Fixed comment [#CLICKHOUSE-2]. --- libs/libmemcpy/FastMemcpy.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/libmemcpy/FastMemcpy.h b/libs/libmemcpy/FastMemcpy.h index 306bd19ac58..9cb8bb2d019 100644 --- a/libs/libmemcpy/FastMemcpy.h +++ b/libs/libmemcpy/FastMemcpy.h @@ -581,7 +581,7 @@ static void* memcpy_fast(void *destination, const void *source, size_t size) { unsigned char *dst = (unsigned char*)destination; const unsigned char *src = (const unsigned char*)source; - static size_t cachesize = 0x200000; // L2-cache size + static size_t cachesize = 0x200000; // something around half of LL-cache size size_t padding; // small memory copy