Fixed SSE4.2 include in vector_simd.c

This commit is contained in:
ismagom 2015-10-28 09:47:09 +01:00
parent b81fd501a0
commit 355e1815f6

View file

@ -39,7 +39,7 @@
#ifdef LV_HAVE_SSE
#include <emmintrin.h>
#include <nmmintrin.h>
#include <smmintrin.h>
#endif