AVX implies SSE 4.1.

This commit is contained in:
Bartosz Taudul 2019-06-08 00:38:34 +02:00
parent 76379a761a
commit 7e9539ef2d

View File

@ -5,6 +5,10 @@
#include <stdint.h>
#include <string.h>
#if defined __AVX__ && !defined __SSE4_1__
# define __SSE4_1__
#endif
#ifdef __SSE4_1__
# ifdef _MSC_VER
# include <intrin.h>