Windows SDK For Windows 8 Consumer Preview
Pre-release
Pre-release
DirectXMath shipping for ''VS 11 Beta''
- ARM-NEON intrinsics (selected by default for the ARM platform)
- reworked
XMVectorPermute
, change ofXM_PERMUTE_
defines, removal ofXMVectorPermuteControl
- Addition of
XM_SWIZZLE_
defines - Optimizations for transcendental functions
- Template forms for permute, swizzle, shift-left, rotate-left, rotation-right, and insert
- Removal of deprecated types and functions (
XM_CACHE_LINE_SIZE
define,XMVectorExpEst
,XMVectorLogEst
,XMVectorPowEst
,XMVectorSinHEs
,XMVectorCosHEst
,XMVectorTanHEst
,XMVector2InBoundsR
,XMVector3InBoundsR
,XMVector4InBoundsR
) - Removed
XM_STRICT_VECTOR4
;XMVECTOR
in NO-INTRINSICS always defined without .x, .y, .z, .w, .v, or .u - Additional bounding types
- SAL fixes and improvements
See this post.