1 #ifndef M4RI_M4RI_CONFIG_H
2 #define M4RI_M4RI_CONFIG_H
5 #define __M4RI_HAVE_MM_MALLOC 1
6 #define __M4RI_HAVE_POSIX_MEMALIGN 1
7 #define __M4RI_HAVE_SSE2 0
8 #define __M4RI_HAVE_OPENMP 0
9 #define __M4RI_CPU_L1_CACHE 32768
10 #define __M4RI_CPU_L2_CACHE 268435456
11 #define __M4RI_CPU_L3_CACHE 268435456
12 #define __M4RI_DEBUG_DUMP (0 || 0)
13 #define __M4RI_DEBUG_MZD 0
14 #define __M4RI_HAVE_LIBPNG 1
16 #define __M4RI_CC "i586-alt-linux-gcc"
17 #define __M4RI_CFLAGS " -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -ffat-lto-objects -march=i586 -mtune=generic"
18 #define __M4RI_SIMD_CFLAGS ""
19 #define __M4RI_OPENMP_CFLAGS ""
22 #define __M4RI_USE_MM_MALLOC (__M4RI_HAVE_MM_MALLOC && __M4RI_HAVE_SSE2)
23 #define __M4RI_USE_POSIX_MEMALIGN (__M4RI_HAVE_POSIX_MEMALIGN && __M4RI_HAVE_SSE2)
24 #define __M4RI_DD_QUIET (0 && !0)
26 #define __M4RI_ENABLE_MZD_CACHE 1
27 #define __M4RI_ENABLE_MMC 1