1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-12-20 04:34:29 +00:00

Check if we get huge pages on linux. Larry Meadows piece of magic.

This commit is contained in:
paboyle
2017-08-25 22:36:08 +01:00
parent 73aeca7dea
commit 54a5e6c1d0
2 changed files with 35 additions and 0 deletions

View File

@@ -64,6 +64,8 @@ namespace Grid {
};
void check_huge_pages(void *Buf,uint64_t BYTES);
////////////////////////////////////////////////////////////////////
// A lattice of something, but assume the something is SIMDized.
////////////////////////////////////////////////////////////////////