Changeset 25cf957
- Timestamp:
- Oct 1, 2017, 1:16:30 PM (7 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
- Children:
- 20c8769
- Parents:
- 16c12a1
- git-author:
- Eduard Müller <mueller.eduard@googlemail.com> (07/30/17 09:58:44)
- git-committer:
- Paul Brossier <piem@piem.org> (10/01/17 13:16:30)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/aubio_priv.h
r16c12a1 r25cf957 94 94 #define aubio_vDSP_minvi vDSP_minvi 95 95 #define aubio_vDSP_dotpr vDSP_dotpr 96 #define aubio_vDSP_vclr vDSP_vclr 96 97 #else /* HAVE_AUBIO_DOUBLE */ 97 98 #define aubio_vDSP_mmov vDSP_mmovD … … 105 106 #define aubio_vDSP_minvi vDSP_minviD 106 107 #define aubio_vDSP_dotpr vDSP_dotprD 108 #define aubio_vDSP_vclr vDSP_vclrD 107 109 #endif /* HAVE_AUBIO_DOUBLE */ 108 110 #endif /* HAVE_ACCELERATE */
Note: See TracChangeset
for help on using the changeset viewer.