sys-sage
Loading...
Searching...
No Matches
defines.hpp
1#ifndef DEFINES
2#define DEFINES
3
4//add cmake-style define, so that when headers are included as an external library, the options/defines used during compilation will be reflected also in the headers
5/* #undef CPUINFO */
6/* #undef CAT_AWARE */
7/* #undef NVIDIA_MIG */
8
9#endif