microsoft / DirectXMath

DirectXMath is an all inline SIMD C++ linear algebra library for use in games and graphics apps
https://walbourn.github.io/introducing-directxmath/
MIT License
1.52k stars 234 forks source link

Retired VS 2015 support #98

Closed walbourn closed 4 years ago

walbourn commented 4 years ago

The XM_CONST and XM_CONSTEXPR macros were introduced to work around bugs in VS 2015 RTM (and 2013). These are no longer needed with VS 2015 retirement.

Note that the Xbox One XDK variant build of this library will still build for VS 2015 Update 3, but otherwise VS 2017 is the minimum for GitHub version