mirror of
https://github.com/recp/cglm.git
synced 2026-02-17 03:39:05 +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__
|
# define __SSE__
|
||||||
# endif
|
# endif
|
||||||
# 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
|
#endif
|
||||||
|
|
||||||
#if defined( __SSE__ ) || defined( __SSE2__ )
|
#if defined( __SSE__ ) || defined( __SSE2__ )
|
||||||
|
|||||||
Reference in New Issue
Block a user