mirror of
https://github.com/recp/cglm.git
synced 2025-12-25 04:44:58 +00:00
win, simd: make sure that CGLM_ALL_UNALIGNED is defined for older visual studios
This commit is contained in:
@@ -18,6 +18,10 @@
|
||||
# define __SSE__
|
||||
# endif
|
||||
# endif
|
||||
/* do not use alignment for older visual studio versions */
|
||||
# if _MSC_VER < 1913 /* Visual Studio 2017 version 15.6 */
|
||||
# define CGLM_ALL_UNALIGNED
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#if defined( __SSE__ ) || defined( __SSE2__ )
|
||||
|
||||
Reference in New Issue
Block a user