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

config.h « fftw-config « src « dll - github.com/mpc-hc/sanear.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 36488e3cf5c630316c7c8c4b967094d8ab5adde7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#pragma once

#define FFTW_DOUBLE 1
#define HAVE_SSE2 1

#define DISABLE_FORTRAN 1
#define FFTW_ENABLE_ALLOCA 1

#define HAVE_ALLOCA 1
#define HAVE_ABORT 1
#define HAVE_UINTPTR_T 1

#define HAVE_INTTYPES_H 1
#define HAVE_MALLOC_H 1
#define HAVE_STDINT_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_TYPES_H 1

#define FFTW_CC "cl"
#define PACKAGE "fftw"
#define VERSION "3.3.4"
#define PACKAGE_VERSION VERSION