Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

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