Changeset b046c8c for src/mathutils.c
- Timestamp:
- Sep 6, 2015, 10:26:05 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:
- 0a0d9b0
- Parents:
- 50961b9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mathutils.c
r50961b9 rb046c8c 261 261 #else 262 262 uint_t half = s->length / 2; 263 aubio_cblas_ xswap(half, s->data, 1, s->data + half, 1);263 aubio_cblas_swap(half, s->data, 1, s->data + half, 1); 264 264 #endif 265 265 }
Note: See TracChangeset
for help on using the changeset viewer.