summaryrefslogtreecommitdiff
path: root/build_win
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2015-04-01 15:57:04 -0400
committerKeith Bostic <keith@wiredtiger.com>2015-04-01 15:57:04 -0400
commit078cb46916b55c254abe1a966a2413410a5f6174 (patch)
tree5545acf57678da6bfe500c2beb269eae0a62892d /build_win
parent3dba8672ab807915a1cac0f46a7e44793a86521a (diff)
downloadmongo-078cb46916b55c254abe1a966a2413410a5f6174.tar.gz
Use the existence of the <x86intrin.h> #include file to configure the
x86 vector instructions. Some old versions of gcc don't have it, but I believe they're old enough that we don't care.
Diffstat (limited to 'build_win')
-rw-r--r--build_win/wiredtiger_config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/build_win/wiredtiger_config.h b/build_win/wiredtiger_config.h
index dece37576f0..80dc11d7671 100644
--- a/build_win/wiredtiger_config.h
+++ b/build_win/wiredtiger_config.h
@@ -121,6 +121,9 @@
/* Enable verbose message configuration. */
/* #undef HAVE_VERBOSE */
+/* Define to 1 if you have the <x86intrin.h> header file. */
+#define HAVE_X86INTRIN_H 1
+
/* Spinlock type from mutex.h. */
#define SPINLOCK_TYPE SPINLOCK_MSVC