Fixed clang build.

This commit is contained in:
XMRig 2021-08-29 18:52:11 +07:00
parent fd3dad920d
commit cd7c7902a9
No known key found for this signature in database
GPG key ID: 446A53638BE94409
2 changed files with 5 additions and 7 deletions

View file

@ -21,13 +21,6 @@
#include <stdlib.h>
#include <string.h>
#ifdef __GNUC__
#pragma GCC target("sse2")
#pragma GCC target("ssse3")
#pragma GCC target("sse4.1")
#pragma GCC target("avx2")
#endif
#include <emmintrin.h>
#include <immintrin.h>
#include <smmintrin.h>