diff options
Diffstat (limited to 'hicn-light/src/config.h.in')
-rwxr-xr-x | hicn-light/src/config.h.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hicn-light/src/config.h.in b/hicn-light/src/config.h.in new file mode 100755 index 000000000..16ec1ab3a --- /dev/null +++ b/hicn-light/src/config.h.in @@ -0,0 +1,5 @@ +/* CPU Cache line size */ +#define LEVEL1_DCACHE_LINESIZE @LEVEL1_DCACHE_LINESIZE@ + +#define _GNU_SOURCE + |