win32, simd: ensure we are on msvc when checking MSVC specific headers

This commit is contained in:
Recep Aslantas
2024-01-04 11:54:42 +03:00
parent 34f0d59f5a
commit bca93a379d

View File

@@ -63,7 +63,7 @@
#endif
/* ARM Neon */
#if defined(_WIN32)
#if defined(_WIN32) && defined(_MSC_VER)
/* TODO: non-ARM stuff already inported, will this be better option */
/* # include <intrin.h> */