Changeset ff3b27c


Ignore:
Timestamp:
Apr 30, 2016, 3:15:47 AM (8 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:
06c6d7d
Parents:
e84f7b9
Message:

src/aubio_priv.h: use ifndef HAVE_AUBIO_DOUBLE

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/aubio_priv.h

    re84f7b9 rff3b27c  
    7777#ifdef HAVE_ACCELERATE
    7878#include <Accelerate/Accelerate.h>
    79 #if !HAVE_AUBIO_DOUBLE
     79#ifndef HAVE_AUBIO_DOUBLE
    8080#define aubio_vDSP_mmov       vDSP_mmov
    8181#define aubio_vDSP_vmul       vDSP_vmul
     
    103103
    104104#ifdef HAVE_ATLAS
    105 #if !HAVE_AUBIO_DOUBLE
     105#ifndef HAVE_AUBIO_DOUBLE
    106106#define aubio_catlas_set      catlas_sset
    107107#define aubio_cblas_copy      cblas_scopy
     
    199199
    200200/* aliases to math.h functions */
    201 #if !HAVE_AUBIO_DOUBLE
     201#ifndef HAVE_AUBIO_DOUBLE
    202202#define EXP        expf
    203203#define COS        cosf
     
    227227
    228228/* aliases to complex.h functions */
    229 #if HAVE_AUBIO_DOUBLE || !defined(HAVE_COMPLEX_H) || defined(WIN32)
     229#if defined(HAVE_AUBIO_DOUBLE) || !defined(HAVE_COMPLEX_H) || defined(WIN32)
    230230/* mingw32 does not know about c*f functions */
    231231#define EXPC      cexp
Note: See TracChangeset for help on using the changeset viewer.