mirror of
https://github.com/recp/cglm.git
synced 2026-02-17 03:39:05 +00:00
msvc, simd: fix simd headers for _M_ARM64EC
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
/* do not use alignment for older visual studio versions */
|
||||
/* also ARM32 also causes similar error, disable it for now on ARM32 too */
|
||||
# if _MSC_VER < 1913 || _M_ARM /* Visual Studio 2017 version 15.6 */
|
||||
# define CGLM_ALL_UNALIGNED
|
||||
# define CGLM_ALIGN(X) /* no alignment */
|
||||
|
||||
Reference in New Issue
Block a user