- Timestamp:
- Apr 30, 2016, 3:15:47 AM (9 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
- Children:
- 06c6d7d
- Parents:
- e84f7b9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/aubio_priv.h
re84f7b9 rff3b27c 77 77 #ifdef HAVE_ACCELERATE 78 78 #include <Accelerate/Accelerate.h> 79 #if !HAVE_AUBIO_DOUBLE79 #ifndef HAVE_AUBIO_DOUBLE 80 80 #define aubio_vDSP_mmov vDSP_mmov 81 81 #define aubio_vDSP_vmul vDSP_vmul … … 103 103 104 104 #ifdef HAVE_ATLAS 105 #if !HAVE_AUBIO_DOUBLE105 #ifndef HAVE_AUBIO_DOUBLE 106 106 #define aubio_catlas_set catlas_sset 107 107 #define aubio_cblas_copy cblas_scopy … … 199 199 200 200 /* aliases to math.h functions */ 201 #if !HAVE_AUBIO_DOUBLE201 #ifndef HAVE_AUBIO_DOUBLE 202 202 #define EXP expf 203 203 #define COS cosf … … 227 227 228 228 /* aliases to complex.h functions */ 229 #if HAVE_AUBIO_DOUBLE|| !defined(HAVE_COMPLEX_H) || defined(WIN32)229 #if defined(HAVE_AUBIO_DOUBLE) || !defined(HAVE_COMPLEX_H) || defined(WIN32) 230 230 /* mingw32 does not know about c*f functions */ 231 231 #define EXPC cexp
Note: See TracChangeset
for help on using the changeset viewer.