Changeset 5e499fcd
- Timestamp:
- Jan 17, 2019, 2:30:15 PM (6 years ago)
- Branches:
- feature/crepe_org
- Children:
- 6f330f12
- Parents:
- a524de1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified src/aubio_priv.h ¶
ra524de1 r5e499fcd 135 135 #define aubio_cblas_dot cblas_sdot 136 136 #define aubio_cblas__gemv cblas_sgemv 137 #define aubio_cblas__gemm cblas_sgemm 137 138 #else /* HAVE_AUBIO_DOUBLE */ 138 139 #ifdef HAVE_ATLAS … … 143 144 #define aubio_cblas_dot cblas_ddot 144 145 #define aubio_cblas__gemv cblas_dgemv 146 #define aubio_cblas__gemm cblas_dgemm 145 147 #endif /* HAVE_AUBIO_DOUBLE */ 146 148 #endif /* HAVE_BLAS */
Note: See TracChangeset
for help on using the changeset viewer.