blob: d7a751af09198ae591ce947edba8b94f0c06093c (
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
|