aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2019-03-18 20:05:15 -0700
committerChris Robinson <[email protected]>2019-03-18 20:05:15 -0700
commit6a0b2ed0ca2b7628771ee450567c2c62c575db36 (patch)
tree9d44a86dc6b92fa79d3907311b81c0b705f665a8 /config.h.in
parent821c7565cf1051e23eb85428076dcef991b69802 (diff)
Check compile-time support for SSE intrinsics
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in3
1 files changed, 3 insertions, 0 deletions
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