March 2013
DirectXMath 3.04
XMVectorExp2
,XMVectorLog2
,XMVectorExpE
, andXMVectorLogE
functions added to provide base-e support in addition to the existing base-2 supportXMVectorExp
andXMVectorLog
are now aliases forXMVectorExp2
andXMVectorLog2
- Additional optimizations for Stream functions
XMVector3Cross
now ensures w component is zero on ARMXMConvertHalfToFloat
andXMConvertFloatToHalf
now use IEEE 754 standard float16 behavior for INF/QNAN- Updated matrix version Transform for
BoundingOrientedBox
andBoundingFrustum
to handle scaling