mirror of
https://github.com/sockspls/badfish
synced 2025-07-11 11:39:15 +00:00
Fix compilation under Linux with -DUSE_SSE41.
This commit is contained in:
parent
32c204fb56
commit
96f2541191
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@
|
|||
|
||||
#if defined(USE_AVX2)
|
||||
#include <immintrin.h>
|
||||
#elif defined(USE_SSE41)
|
||||
#include <smmintrin.h>
|
||||
#elif defined(USE_SSE2)
|
||||
#include <emmintrin.h>
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue