- Timestamp:
- Sep 6, 2015, 10:26:46 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:
- 827267b
- Parents:
- b046c8c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mathutils.c
rb046c8c r0a0d9b0 254 254 fvec_shift (fvec_t * s) 255 255 { 256 #ifndef HAVE_A CCELERATE256 #ifndef HAVE_ATLAS 257 257 uint_t j; 258 258 for (j = 0; j < s->length / 2; j++) { … … 269 269 { 270 270 smpl_t energy = 0.; 271 #ifndef HAVE_A CCELERATE271 #ifndef HAVE_ATLAS 272 272 uint_t j; 273 273 for (j = 0; j < f->length; j++) {
Note: See TracChangeset
for help on using the changeset viewer.