diff --git a/csrc/mm.h b/csrc/mm.h index 88718707..30727a2a 100644 --- a/csrc/mm.h +++ b/csrc/mm.h @@ -8,7 +8,7 @@ #include const int LINE_SIZE = 64; // all cores assume this. -const size_t MEM_SIZE = (sizeof(long) > 4 ? 4L : 1L) * 1024*1024*1024; +const size_t MEM_SIZE = 1L * 1024*1024*1024; class mm_t {