-
Notifications
You must be signed in to change notification settings - Fork 64
Open
Description
I had to make a few tweaks to get this to build on Linux:
- add "set(CMAKE_CXX_STANDARD 11)" to CMakeLists.txt (otherwise things like static_assert() caused compiler errors)
- add #include <malloc.h> to the top of Memory.cpp, otherwise memalign() wasn't found
- add a semicolon to line 134 of Memory.cpp (the line that says "return memalign(alignment, size)". It's missing a semicolon.)
Metadata
Metadata
Assignees
Labels
No labels