Skip to content

Commit

Permalink
Added missing headers for intrinsics.
Browse files Browse the repository at this point in the history
  • Loading branch information
nmoinvaz authored and Dead2 committed Oct 22, 2019
1 parent f3be38d commit 3fe49f4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/x86/insert_string_sse.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
*/

#include "../../zbuild.h"
#include <immintrin.h>
#ifdef _MSC_VER
# include <nmmintrin.h>
#endif
#include "../../deflate.h"

/* ===========================================================================
Expand Down

0 comments on commit 3fe49f4

Please sign in to comment.