mirror of
https://github.com/recp/cglm.git
synced 2025-12-31 12:47:05 +00:00
win32, simd: ensure we are on msvc when checking MSVC specific headers
This commit is contained in:
@@ -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> */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user