您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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