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 1
9 #define __M4RI_CPU_L1_CACHE 0
10 #define __M4RI_CPU_L2_CACHE 0
11 #define __M4RI_DEBUG_DUMP (0 || 0)
12 #define __M4RI_DEBUG_MZD 0
13 #define __M4RI_HAVE_LIBPNG 1
15 #define __M4RI_CC "i586-mandriva-linux-gnu-gcc -std=gnu99"
16 #define __M4RI_CFLAGS " -fopenmp -O2 -Wa,--compress-debug-sections -gdwarf-4 -fvar-tracking-assignments -frecord-gcc-switches -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -mtune=generic -march=i586 -fasynchronous-unwind-tables"
17 #define __M4RI_SIMD_CFLAGS ""
18 #define __M4RI_OPENMP_CFLAGS "-fopenmp"
21 #define __M4RI_USE_MM_MALLOC (__M4RI_HAVE_MM_MALLOC && __M4RI_HAVE_SSE2)
22 #define __M4RI_USE_POSIX_MEMALIGN (__M4RI_HAVE_POSIX_MEMALIGN && __M4RI_HAVE_SSE2)
23 #define __M4RI_DD_QUIET (0 && !0)
25 #endif // M4RI_M4RI_CONFIG_H