1
0
mirror of https://github.com/microsoft/DirectXMath synced 2024-11-09 14:10:09 +00:00

DirectMath 3.10 (final)

This commit is contained in:
Chuck Walbourn 2017-02-07 14:47:20 -08:00
parent 3af2b50fa8
commit b7771c4504

View File

@ -4,7 +4,7 @@ DirectXMath
Copyright (c) Microsoft Corporation. All rights reserved.
December 2016
January 2017
This package contains the DirectXMath library, an all inline SIMD C++ linear algebra library
for use in games and graphics apps
@ -59,7 +59,7 @@ https://opensource.microsoft.com/codeofconduct/
RELEASE HISTORY
---------------
December 2016 (3.10)
January 2017 (3.10)
Added XMVectorSum for horizontal adds
ARMv8 intrinsics use for ARM64 platform (division, rounding, half-precision conversion)
Added SSE3 codepaths using opt-in _XM_SSE3_INTRINSICS_