diff --git a/haversine_02/src/repetition_testing/main.cc b/haversine_02/src/repetition_testing/main.cc index 3e6b450..460913b 100644 --- a/haversine_02/src/repetition_testing/main.cc +++ b/haversine_02/src/repetition_testing/main.cc @@ -10,9 +10,6 @@ #define ARR_LEN(ARR) sizeof(ARR) / sizeof(*ARR) -u64 *g_cache_output = NULL; -u64 g_size = 1024 * 1024 * 1024 / 128 * sizeof(u64); - extern "C" void mov_all_bytes_asm(char *buffer, u64 size); extern "C" void nop_all_bytes_asm(u64 size); extern "C" void nop_1x3_all_bytes_asm(u64 size); @@ -131,8 +128,6 @@ int main(int argc, char *argv[]) { break; } - g_cache_output = (u64 *)calloc(1, g_size); - // clang-format off reptester tester = { {filename, NULL, 0, 0}, // params