]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Added missing headers for intrinsics.
authorNathan Moinvaziri <nathan@nathanm.com>
Tue, 22 Oct 2019 00:43:52 +0000 (17:43 -0700)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Tue, 22 Oct 2019 08:03:10 +0000 (10:03 +0200)
arch/x86/insert_string_sse.c

index 0f5eece1ea96476d7c8eb0c6f7bc90a88390d059..b0cc92dd495329852f200c0883445fe09c453697 100644 (file)
@@ -6,6 +6,10 @@
  */
 
 #include "../../zbuild.h"
+#include <immintrin.h>
+#ifdef _MSC_VER
+#  include <nmmintrin.h>
+#endif
 #include "../../deflate.h"
 
 /* ===========================================================================