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

soxr-config.h « soxr « thirdparty « src - github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 55dedf78bd09ab38e7e26f25428f46a6d3ad8ef3 (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>