#if defined(_M_IX86)
#define HAVE_X86_CPUID 1
#define USE_SSE2 1
#define HAVE_EMMINTRIN_H 1
#if defined(__INTEL_COMPILER)
#if __INTEL_COMPILER >= 800
#define HAVE_PMMINTRIN_H 1
#define USE_SSE3 1
#endif
#if __INTEL_COMPILER >= 900
#define HAVE_IA32INTRIN_H 1
#endif
#else
#if defined(_MSC_VER) && (_MSC_VER >= 1400)
#ifndef USE_SSE3
#define USE_SSE3 1
#endif
#define HAVE_INTRIN_H 1
#endif
#endif
#endif
#if defined(_M_X64)
#ifndef __x86_64__
#define __x86_64__ 1
#endif
#define HAVE_X86_CPUID 1
#if !defined(__INTEL_COMPILER)
#define NO_ASM 1
#endif
#define USE_SSE2 1
#define HAVE_EMMINTRIN_H 1
#if defined(__INTEL_COMPILER)
#if __INTEL_COMPILER >= 800
#define USE_SSE3 1
#define HAVE_PMMINTRIN_H 1
#endif
#if __INTEL_COMPILER >= 900
#define HAVE_IA32INTRIN_H 1
#endif
#else
#if defined(_MSC_VER) && (_MSC_VER >= 1400)
#ifndef USE_SSE3
#define USE_SSE3 1
#endif
#define HAVE_INTRIN_H 1
#endif
#endif
#endif
#if defined(_M_IA64)
#ifndef __ia64__
#define __ia64__ 1
#endif
#if defined(__INTEL_COMPILER)
#define HAVE_IA64INTRIN_H 1
#else
#define NO_ASM 1
#endif
#endif
#define HAVE_GETTIMEOFDAY 1
#define HAVE_INTTYPES_H 1
#define HAVE_LIBM 1
#define HAVE_MALLOC_H 1
#define HAVE_ROUND 1
#define PACKAGE "fftss"
#define VERSION "1.0"
#ifndef __cplusplus
#endif
#if defined(__INTEL_COMPILER)
#define restrict __restrict
#else
#define inline
#define restrict
#endif