Changeset 0a0d9b0 for src/mathutils.c


Ignore:
Timestamp:
Sep 6, 2015, 10:26: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:
827267b
Parents:
b046c8c
Message:

src/mathutils.c: use HAVE_ATLAS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mathutils.c

    rb046c8c r0a0d9b0  
    254254fvec_shift (fvec_t * s)
    255255{
    256 #ifndef HAVE_ACCELERATE
     256#ifndef HAVE_ATLAS
    257257  uint_t j;
    258258  for (j = 0; j < s->length / 2; j++) {
     
    269269{
    270270  smpl_t energy = 0.;
    271 #ifndef HAVE_ACCELERATE
     271#ifndef HAVE_ATLAS
    272272  uint_t j;
    273273  for (j = 0; j < f->length; j++) {
Note: See TracChangeset for help on using the changeset viewer.