mirror of https://github.com/rspamd/rspamd.git
Rapid spam filtering system
https://rspamd.com/
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.
11 lines
282 B
11 lines
282 B
#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
|