Windows 10 Anniversary Update SDK (14393)
DirectXMath 3.09 released in the Windows 10 Anniversary Update SDK (14393) and is included in Visual Studio 2015 Update 3 with Windows Tools 1.4.1.
- Includes support for additional optimizations when built with
/arch:AVX
or/arch:AVX2
- Added use of constexpr for type constructors,
XMConvertToRadians
, andXMConvertToDegrees
- Marked
__vector4i
,XMXDEC4
,XMDECN4
,XMDEC4
, and associated Load & Store functions as deprecated.- These are vestiges of Xbox 360 support and will be removed in a future release.
- Renamed parameter in
XMMatrixPerspectiveFov*
to reduce user confusion when relying on IntelliSense XMU565
,XMUNIBBLE4
constructors takeuint8_t
instead ofint8_t
See this post.
This version is also available on NuGet.