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 216B

12345678910111213
  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. #cmakedefine HAVE_SSSE3 1
  9. #endif
  10. #endif