SUNphi  1.0
config.hpp
1 /* include/config.hpp. Generated from config.hpp.in by configure. */
2 /* include/config.hpp.in. Generated from configure.ac by autoheader. */
3 
4 /* Flags passed to configure */
5 #define CONFIG_FLAGS "--disable-threads --enable-MPI --with-yaml=/home/travis"
6 
7 /* time when configured */
8 #define CONFIG_TIME "Tue Oct 1 10:23:10 UTC 2019"
9 
10 /* Enable debug mode */
11 /* #undef DEBUG_MODE */
12 
13 /* Define if avx2 instructions are supported */
14 #define HAVE_AVX2_INSTRUCTIONS 1
15 
16 /* Define if avx512f instructions are supported */
17 /* #undef HAVE_AVX512F_INSTRUCTIONS */
18 
19 /* Define if avx instructions are supported */
20 #define HAVE_AVX_INSTRUCTIONS 1
21 
22 /* define if the compiler supports basic C++17 syntax */
23 #define HAVE_CXX17 1
24 
25 /* Define if fma instructions are supported */
26 #define HAVE_FMA_INSTRUCTIONS 1
27 
28 /* Define to 1 if you have the <inttypes.h> header file. */
29 #define HAVE_INTTYPES_H 1
30 
31 /* Define to 1 if you have the <memory.h> header file. */
32 #define HAVE_MEMORY_H 1
33 
34 /* Define to 1 if you have MPI libs and headers. */
35 #define HAVE_MPI 1
36 
37 /* Define if sse2 instructions are supported */
38 #define HAVE_SSE2_INSTRUCTIONS 1
39 
40 /* Define if sse3 instructions are supported */
41 #define HAVE_SSE3_INSTRUCTIONS 1
42 
43 /* Define to 1 if you have the <stdint.h> header file. */
44 #define HAVE_STDINT_H 1
45 
46 /* Define to 1 if you have the <stdlib.h> header file. */
47 #define HAVE_STDLIB_H 1
48 
49 /* Define to 1 if you have the <strings.h> header file. */
50 #define HAVE_STRINGS_H 1
51 
52 /* Define to 1 if you have the <string.h> header file. */
53 #define HAVE_STRING_H 1
54 
55 /* Define to 1 if you have the <sys/stat.h> header file. */
56 #define HAVE_SYS_STAT_H 1
57 
58 /* Define to 1 if you have the <sys/types.h> header file. */
59 #define HAVE_SYS_TYPES_H 1
60 
61 /* Define to 1 if you have the <unistd.h> header file. */
62 #define HAVE_UNISTD_H 1
63 
64 /* Define to the address where bug reports for this package should be sent. */
65 #define PACKAGE_BUGREPORT "francesco.sanfilippo@infn.it"
66 
67 /* Define to the full name of this package. */
68 #define PACKAGE_NAME "SUNphi"
69 
70 /* Define to the full name and version of this package. */
71 #define PACKAGE_STRING "SUNphi 1.0"
72 
73 /* Define to the one symbol short name of this package. */
74 #define PACKAGE_TARNAME "sunphi"
75 
76 /* Define to the home page for this package. */
77 #define PACKAGE_URL ""
78 
79 /* Define to the version of this package. */
80 #define PACKAGE_VERSION "1.0"
81 
82 /* Define to 1 if you have the ANSI C header files. */
83 #define STDC_HEADERS 1
84 
85 /* Enable avx */
86 #define USE_AVX 1
87 
88 /* Enable avx2 */
89 #define USE_AVX2 1
90 
91 /* Enable avx512f */
92 /* #undef USE_AVX512F */
93 
94 /* Enable dwarf */
95 /* #undef USE_DWARF */
96 
97 /* Enable fma */
98 #define USE_FMA 1
99 
100 /* Enable MPI */
101 #define USE_MPI 1
102 
103 /* Enable SIMD Mersenne twister */
104 #define USE_SIMD_MERSENNE_TWISTER 1
105 
106 /* Enable sse2 */
107 #define USE_SSE2 1
108 
109 /* Enable sse3 */
110 #define USE_SSE3 1
111 
112 /* Enable threads */
113 /* #undef USE_THREADS */
114 
115 /* Enable yaml */
116 #define USE_YAML 1