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.

blas-config.h.in 282B

1234567891011
  1. #ifndef RSPAMD_BLAS_CONFIG_H_IN
  2. #define RSPAMD_BLAS_CONFIG_H_IN
  3. #cmakedefine HAVE_CBLAS_SGEMM 1
  4. #cmakedefine HAVE_CBLAS_SAXPY 1
  5. #cmakedefine HAVE_OPENBLAS_SET_NUM_THREADS 1
  6. #cmakedefine HAVE_BLI_THREAD_SET_NUM_THREADS 1
  7. #cmakedefine HAVE_CBLAS_H 1
  8. #cmakedefine HAVE_CBLAS 1
  9. #endif