config-win.h 349 B

12345678910111213141516
  1. #include "config-linux.h"
  2. /* C++ compiler has x86intrin.h */
  3. #undef HAVE_CXX_X86INTRIN_H
  4. /* C compiler has x86intrin.h */
  5. #undef HAVE_C_X86INTRIN_H
  6. /* C++ compiler has intrin.h */
  7. #define HAVE_CXX_INTRIN_H
  8. /* C compiler has intrin.h */
  9. #define HAVE_C_INTRIN_H
  10. /* Define if compiler has __builtin_constant_p */
  11. #undef HAVE__BUILTIN_CONSTANT_P