Changeset faeec7c
- Timestamp:
- Jul 30, 2017, 9:58:44 AM (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:
- 81b3910
- Parents:
- 7100895
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/aubio_priv.h
r7100895 rfaeec7c 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.