Welcome to mirror list, hosted at ThFree Co, Russian Federation.

soxr-config.h « src « dll - github.com/mpc-hc/sanear.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4a6150f6f173322141c88e0b2bf1d5e6a6dba631 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#pragma once

#define HAVE_SINGLE_PRECISION 1
#define HAVE_DOUBLE_PRECISION 1
#define HAVE_SIMD 1
#define HAVE_FENV_H 1
#define HAVE_LRINT 1

#define HAVE_AVFFT 0
#define WORDS_BIGENDIAN 0

#include <inttypes.h>
#include <stdbool.h>