aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.win32
diff options
context:
space:
mode:
authorAndersBroman <anders.broman@ericsson.com>2014-06-10 14:47:09 +0200
committerAnders Broman <a.broman58@gmail.com>2014-06-10 14:51:26 +0000
commitfcb019acb8932855d51b0facc45aa3e855fe8524 (patch)
tree7ca38756f1338784d8f184bda956716a40738698 /config.h.win32
parent94dcbfd9ac3af4c9d878f4653db4f2a7f8f1158a (diff)
Change HAVE_SSE42 to HAVE_SSE4_2 add $(SIMD_FLAGS)
Add autotools macros to distribution Call AX_EXT to define HAVE_SSE4_2 Change-Id: I9ff085d923dfafb32510cdd14290e74a2aaea302 Reviewed-on: https://code.wireshark.org/review/2110 Tested-by: Anders Broman <a.broman58@gmail.com> Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'config.h.win32')
-rw-r--r--config.h.win322
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h.win32 b/config.h.win32
index 2b7249be09..d0b370f225 100644
--- a/config.h.win32
+++ b/config.h.win32
@@ -283,4 +283,4 @@ typedef int ssize_t;
#endif
/* to use define _ws_mempbrk_sse42 if available (checked with cpuinfo) */
-#define HAVE_SSE42 1 \ No newline at end of file
+#define HAVE_SSE4_2 1 \ No newline at end of file