blob: d688243027636d20804800646a8be8d53b4182ba (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#include "config-linux.h"
/* C++ compiler has x86intrin.h */
#undef HAVE_CXX_X86INTRIN_H
/* C compiler has x86intrin.h */
#undef HAVE_C_X86INTRIN_H
/* C++ compiler has intrin.h */
#define HAVE_CXX_INTRIN_H
/* C compiler has intrin.h */
#define HAVE_C_INTRIN_H
/* Define if compiler has __builtin_constant_p */
#undef HAVE__BUILTIN_CONSTANT_P
|