- Timestamp:
- Feb 16, 2016, 10:10:23 PM (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:
- e9df1371
- Parents:
- 240517e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/aubio_priv.h
r240517e rae1a9ba 87 87 #define aubio_vDSP_minv vDSP_minv 88 88 #define aubio_vDSP_minvi vDSP_minvi 89 #define aubio_vDSP_dotpr vDSP_dotpr 89 90 #else /* HAVE_AUBIO_DOUBLE */ 90 91 #define aubio_vDSP_mmov vDSP_mmovD … … 97 98 #define aubio_vDSP_minv vDSP_minvD 98 99 #define aubio_vDSP_minvi vDSP_minviD 100 #define aubio_vDSP_dotpr vDSP_dotprD 99 101 #endif /* HAVE_AUBIO_DOUBLE */ 100 102 #endif /* HAVE_ACCELERATE */
Note: See TracChangeset
for help on using the changeset viewer.