From fc0be88c0f8d3d8887edd2afac915840f4e3f5e4 Mon Sep 17 00:00:00 2001 From: Timothy Arceri Date: Wed, 4 Jun 2014 02:57:13 -0700 Subject: Add SSE2 and SSE4.1 linear resamplers Currently the only way SSE 4.1 is detected is by using __get_cpuid, i.e. with GCC. Windows' IsProcessorFeaturePresent does not report SSE4.1 capabilities. --- config.h.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config.h.in') diff --git a/config.h.in b/config.h.in index 090c00ae..3fdc0c7e 100644 --- a/config.h.in +++ b/config.h.in @@ -25,6 +25,8 @@ /* Define if we have SSE CPU extensions */ #cmakedefine HAVE_SSE +#cmakedefine HAVE_SSE2 +#cmakedefine HAVE_SSE4_1 /* Define if we have ARM Neon CPU extensions */ #cmakedefine HAVE_NEON -- cgit v1.2.3