Changeset 6bb268b


Ignore:
Timestamp:
Sep 5, 2015, 9:48:46 AM (9 years ago)
Author:
Paul Brossier <piem@piem.org>
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:
6c8ef58
Parents:
39c4721
Message:

src/fvec.c: add variant for fvec_set_all using catlas

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/fvec.c

    r39c4721 r6bb268b  
    2828#define aubio_vDSP_vmul       vDSP_vmul
    2929#define aubio_vDSP_vfill      vDSP_vfill
     30#define aubio_catlas_set      catlas_sset
    3031#else /* HAVE_AUBIO_DOUBLE */
    3132#define aubio_vDSP_mmov       vDSP_mmovD
    3233#define aubio_vDSP_vmul       vDSP_vmulD
    3334#define aubio_vDSP_vfill      vDSP_vfillD
     35#define aubio_catlas_set      catlas_dset
    3436#endif /* HAVE_AUBIO_DOUBLE */
    3537#endif
     
    8082  }
    8183#else
     84  //aubio_catlas_set(s->length, val, s->data, 1);
    8285  aubio_vDSP_vfill(&val, s->data, 1, s->length);
    8386#endif
Note: See TracChangeset for help on using the changeset viewer.