From 6a0b2ed0ca2b7628771ee450567c2c62c575db36 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Mon, 18 Mar 2019 20:05:15 -0700 Subject: Check compile-time support for SSE intrinsics --- config.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.h.in') diff --git a/config.h.in b/config.h.in index cc428891..fb67228a 100644 --- a/config.h.in +++ b/config.h.in @@ -155,6 +155,9 @@ /* Define if we have the _BitScanForward() intrinsic */ #cmakedefine HAVE_BITSCANFORWARD_INTRINSIC +/* Define if we have SSE intrinsics */ +#cmakedefine HAVE_SSE_INTRINSICS + /* Define if we have _controlfp() */ #cmakedefine HAVE__CONTROLFP -- cgit v1.2.3