attributes we have to detect with the build system More...
Go to the source code of this file.
Macros | |
#define | ein_restrict __restrict |
portable restrict , __restrict or __restrict__ | |
attributes we have to detect with the build system
Definition in file config.hpp.
#define ein_restrict __restrict |
portable restrict
, __restrict
or __restrict__
\def ein_restrict
Indicates this target can only be reached through this pointer.
Greatly improves alias analysis and code mobility.
CMake
Definition at line 27 of file config.hpp.