summaryrefslogtreecommitdiffstats
path: root/blas-config.h.in
blob: 8d10ebf2e40607d1351d7bb48e16392e0d1672fd (plain)
1
2
3
4
5
6
7
8
9
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