diff options
Diffstat (limited to 'blas-config.h.in')
-rw-r--r-- | blas-config.h.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/blas-config.h.in b/blas-config.h.in new file mode 100644 index 000000000..8d10ebf2e --- /dev/null +++ b/blas-config.h.in @@ -0,0 +1,10 @@ +#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_CBLAS_H 1 +#cmakedefine HAVE_CBLAS 1 + +#endif
\ No newline at end of file |