Changeset 630191c for src/fvec.c


Ignore:
Timestamp:
Sep 21, 2018, 5:50:03 PM (6 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
Children:
fe05d1f
Parents:
5447a26
Message:

src/aubio_priv.h: split BLAS and ATLAS support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/fvec.c

    r5447a26 r630191c  
    135135#if defined(HAVE_INTEL_IPP)
    136136  aubio_ippsCopy(s->data, t->data, (int)s->length);
    137 #elif defined(HAVE_ATLAS)
     137#elif defined(HAVE_BLAS)
    138138  aubio_cblas_copy(s->length, s->data, 1, t->data, 1);
    139139#elif defined(HAVE_ACCELERATE)
Note: See TracChangeset for help on using the changeset viewer.