You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

platform_config.h.in 189B

123456789101112
  1. #ifndef PLATFORM_H_CONFIG
  2. #define PLATFORM_H_CONFIG
  3. #define ARCH "${ARCH}"
  4. #define CMAKE_ARCH_${ARCH} 1
  5. #ifdef __x86_64__
  6. #cmakedefine HAVE_AVX2 1
  7. #cmakedefine HAVE_SSE41 1
  8. #endif
  9. #endif