Changes in src/aubio_priv.h [b8c50c3:ee6ca74]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/aubio_priv.h
rb8c50c3 ree6ca74 81 81 #define aubio_vDSP_vmul vDSP_vmul 82 82 #define aubio_vDSP_vfill vDSP_vfill 83 #define aubio_vDSP_meanv vDSP_meanv 84 #define aubio_vDSP_sve vDSP_sve 85 #define aubio_vDSP_maxv vDSP_maxv 86 #define aubio_vDSP_maxvi vDSP_maxvi 87 #define aubio_vDSP_minv vDSP_minv 88 #define aubio_vDSP_minvi vDSP_minvi 83 89 #else /* HAVE_AUBIO_DOUBLE */ 84 90 #define aubio_vDSP_mmov vDSP_mmovD 85 91 #define aubio_vDSP_vmul vDSP_vmulD 86 92 #define aubio_vDSP_vfill vDSP_vfillD 93 #define aubio_vDSP_meanv vDSP_meanvD 94 #define aubio_vDSP_sve vDSP_sveD 95 #define aubio_vDSP_maxv vDSP_maxvD 96 #define aubio_vDSP_maxvi vDSP_maxviD 97 #define aubio_vDSP_minv vDSP_minvD 98 #define aubio_vDSP_minvi vDSP_minviD 87 99 #endif /* HAVE_AUBIO_DOUBLE */ 88 100 #endif /* HAVE_ACCELERATE */
Note: See TracChangeset
for help on using the changeset viewer.