Changeset b8c50c3
- Timestamp:
- Sep 6, 2015, 9:27:23 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:
- 4aa18e3, ee6ca74
- Parents:
- 44e9eeb5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified src/aubio_priv.h ¶
r44e9eeb5 rb8c50c3 77 77 #ifdef HAVE_ACCELERATE 78 78 #include <Accelerate/Accelerate.h> 79 #if !HAVE_AUBIO_DOUBLE 79 80 #define aubio_vDSP_mmov vDSP_mmov 80 81 #define aubio_vDSP_vmul vDSP_vmul … … 85 86 #define aubio_vDSP_vfill vDSP_vfillD 86 87 #endif /* HAVE_AUBIO_DOUBLE */ 87 #endif 88 #endif /* HAVE_ACCELERATE */ 88 89 89 90 #ifdef HAVE_ATLAS … … 95 96 #define aubio_cblas_copy cblas_dcopy 96 97 #endif /* HAVE_AUBIO_DOUBLE */ 98 #endif /* HAVE_ATLAS */ 97 99 98 100 #if !defined(HAVE_MEMCPY_HACKS) && !defined(HAVE_ACCELERATE) && !defined(HAVE_ATLAS)
Note: See TracChangeset
for help on using the changeset viewer.