diff --git a/external/liquid-dsp/config.h b/external/liquid-dsp/config.h index ec150bc..dab4d2d 100644 --- a/external/liquid-dsp/config.h +++ b/external/liquid-dsp/config.h @@ -6,9 +6,15 @@ #define __LIQUID_CONFIG_H__ +/* Support AVX (Advanced Vector Extensions) instructions */ +#define HAVE_AVX 1 + /* Define to 1 if you have the header file. */ #define HAVE_COMPLEX_H 1 +/* Define to 1 if you have the header file. */ +#define HAVE_EMMINTRIN_H 1 + /* Define to 1 if you have the header file. */ /* #undef HAVE_FEC_H */ @@ -21,6 +27,9 @@ /* Define to 1 if you have the header file. */ #define HAVE_GETOPT_H 1 +/* Define to 1 if you have the header file. */ +#define HAVE_IMMINTRIN_H 1 + /* Define to 1 if you have the header file. */ #define HAVE_INTTYPES_H 1 @@ -46,37 +55,22 @@ /* Define to 1 if you have the header file. */ #define HAVE_MEMORY_H 1 +/* Define to 1 if you have the header file. */ +#define HAVE_MMINTRIN_H 1 + /* Support MMX instructions */ #define HAVE_MMX 1 -/* Define to 1 if you have the header file. */ //MMX -#define HAVE_MMINTRIN_H 1 - -/* Define to 1 if you have the header file. */ //SSE -#define HAVE_XMMINTRIN_H 1 - -/* Define to 1 if you have the header file. */ //SSE2 -#define HAVE_EMMINTRIN_H 1 - -/* Define to 1 if you have the header file. */ //SSE3 +/* Define to 1 if you have the header file. */ #define HAVE_PMMINTRIN_H 1 -/* Define to 1 if you have the header file. */ //SSE4.1 -#define HAVE_SMMINTRIN_H 1 - -/* Define to 1 if you have the header file. */ //AVX -//#define HAVE_IMMINTRIN_H 1 - -/* The size of `int', as computed by sizeof. */ -#define SIZEOF_INT 4 - -/* The size of `unsigned int', as computed by sizeof. */ -#define SIZEOF_UNSIGNED_INT 4 - /* Define to 1 if your system has a GNU libc compatible `realloc' function, and to 0 otherwise. */ #define HAVE_REALLOC 1 +/* Define to 1 if you have the header file. */ +#define HAVE_SMMINTRIN_H 1 + /* Support SSE (Streaming SIMD Extensions) instructions */ #define HAVE_SSE 1 @@ -95,9 +89,6 @@ /* Support SSSE3 (Supplemental Streaming SIMD Extensions 3) instructions */ #define HAVE_SSSE3 1 -/* Support AVX (Advanced Vector Extensions) instructions */ -#define HAVE_AVX /**/ - /* Define to 1 if you have the header file. */ #define HAVE_STDINT_H 1 @@ -128,6 +119,9 @@ /* Define to 1 if you have the header file. */ #define HAVE_UNISTD_H 1 +/* Define to 1 if you have the header file. */ +#define HAVE_XMMINTRIN_H 1 + /* Force internal FFT even if libfftw is available */ #define LIQUID_FFTOVERRIDE 1 @@ -152,6 +146,12 @@ /* Define to the version of this package. */ #define PACKAGE_VERSION "1.3.1" +/* The size of `int', as computed by sizeof. */ +#define SIZEOF_INT 4 + +/* The size of `unsigned int', as computed by sizeof. */ +#define SIZEOF_UNSIGNED_INT 4 + /* Define to 1 if you have the ANSI C header files. */ #define STDC_HEADERS 1 diff --git a/external/liquid-dsp/gcc/32/libliquid.a b/external/liquid-dsp/gcc/32/libliquid.a index 49d2d7c..3cc5b49 100644 Binary files a/external/liquid-dsp/gcc/32/libliquid.a and b/external/liquid-dsp/gcc/32/libliquid.a differ diff --git a/external/liquid-dsp/gcc/32/libliquid.dll b/external/liquid-dsp/gcc/32/libliquid.dll index bee5bbe..387fdd0 100644 Binary files a/external/liquid-dsp/gcc/32/libliquid.dll and b/external/liquid-dsp/gcc/32/libliquid.dll differ diff --git a/external/liquid-dsp/gcc/32/libliquid.lib b/external/liquid-dsp/gcc/32/libliquid.lib deleted file mode 100644 index b0e2fc2..0000000 Binary files a/external/liquid-dsp/gcc/32/libliquid.lib and /dev/null differ diff --git a/external/liquid-dsp/gcc/64/libliquid.a b/external/liquid-dsp/gcc/64/libliquid.a index 722c2c7..70ed54c 100644 Binary files a/external/liquid-dsp/gcc/64/libliquid.a and b/external/liquid-dsp/gcc/64/libliquid.a differ diff --git a/external/liquid-dsp/gcc/64/libliquid.dll b/external/liquid-dsp/gcc/64/libliquid.dll index ab8945e..56ef60d 100644 Binary files a/external/liquid-dsp/gcc/64/libliquid.dll and b/external/liquid-dsp/gcc/64/libliquid.dll differ diff --git a/external/liquid-dsp/gcc/64/libliquid.lib b/external/liquid-dsp/gcc/64/libliquid.lib deleted file mode 100644 index 79b6a2d..0000000 Binary files a/external/liquid-dsp/gcc/64/libliquid.lib and /dev/null differ diff --git a/external/liquid-dsp/msvc/32/libliquid.dll b/external/liquid-dsp/msvc/32/libliquid.dll index bee5bbe..387fdd0 100644 Binary files a/external/liquid-dsp/msvc/32/libliquid.dll and b/external/liquid-dsp/msvc/32/libliquid.dll differ diff --git a/external/liquid-dsp/msvc/32/libliquid.lib b/external/liquid-dsp/msvc/32/libliquid.lib index b0e2fc2..31f80ae 100644 Binary files a/external/liquid-dsp/msvc/32/libliquid.lib and b/external/liquid-dsp/msvc/32/libliquid.lib differ diff --git a/external/liquid-dsp/msvc/64/libliquid.dll b/external/liquid-dsp/msvc/64/libliquid.dll index ab8945e..56ef60d 100644 Binary files a/external/liquid-dsp/msvc/64/libliquid.dll and b/external/liquid-dsp/msvc/64/libliquid.dll differ diff --git a/external/liquid-dsp/msvc/64/libliquid.lib b/external/liquid-dsp/msvc/64/libliquid.lib index 79b6a2d..3fbd758 100644 Binary files a/external/liquid-dsp/msvc/64/libliquid.lib and b/external/liquid-dsp/msvc/64/libliquid.lib differ