blob: 4f8379731d4639b5c36acf2087c29173584d84d0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#ifndef RSPAMD_BLAS_CONFIG_H_IN
#define RSPAMD_BLAS_CONFIG_H_IN
#cmakedefine HAVE_CBLAS_SGEMM 1
#cmakedefine HAVE_CBLAS_SAXPY 1
#cmakedefine HAVE_OPENBLAS_SET_NUM_THREADS 1
#cmakedefine HAVE_BLI_THREAD_SET_NUM_THREADS 1
#cmakedefine HAVE_CBLAS_H 1
#cmakedefine HAVE_CBLAS 1
#endif
|