Skip to content
Snippets Groups Projects
Commit 515d174f authored by Michael Kuron's avatar Michael Kuron :mortar_board:
Browse files

Fix an ifdef

parent dbf84f44
No related branches found
No related tags found
1 merge request!220Improve ARM64 support
Pipeline #30477 canceled
#include <cstdint> #include <cstdint>
#if defined(__SSE4_1__) || defined(_MSC_VER) #if defined(__SSE2__) || defined(_MSC_VER)
#include <emmintrin.h> // SSE2 #include <emmintrin.h> // SSE2
#endif #endif
#ifdef __AVX2__ #ifdef __AVX2__
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment