Fixed ARM build.
This commit is contained in:
parent
8716f362f8
commit
6b4f2d0a91
5 changed files with 23 additions and 23 deletions
|
@ -157,7 +157,7 @@ void Mem::allocate(MemInfo &info, bool enabled)
|
|||
info.hugePages = 0;
|
||||
|
||||
if (!enabled) {
|
||||
info.memory = static_cast<uint8_t*>(_mm_malloc(info.size, 16));
|
||||
info.memory = static_cast<uint8_t*>(_mm_malloc(info.size, 4096));
|
||||
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue