- Timestamp:
- Sep 6, 2015, 10:36:09 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:
- 695e171, f0ce36a1
- Parents:
- 0a0d9b0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/fvec.c
r0a0d9b0 r827267b 111 111 #ifndef HAVE_ACCELERATE 112 112 uint_t j; 113 uint_t length = MIN( s->length, weight->length);113 uint_t length = MIN(out->length, weight->length); 114 114 for (j=0; j< length; j++) { 115 115 out->data[j] = in->data[j] * weight->data[j];
Note: See TracChangeset
for help on using the changeset viewer.