1
0
mirror of https://github.com/microsoft/DirectXMath synced 2024-09-18 22:29:53 +00:00

January 2021

This commit is contained in:
Chuck Walbourn 2021-01-10 22:18:31 -08:00
parent 5a5d2bdea0
commit 596aa5dd57
2 changed files with 5 additions and 1 deletions

View File

@ -6,6 +6,10 @@ Release available for download on [GitHub](https://github.com/microsoft/DirectXM
## Release History
### January 2021 (3.16b)
* Hot-fixes to resolve build breaks for clang/LLVM and GCC on ARM64
* ``XM_ALIGNED_DATA`` and ``XM_ALIGNED_STRUCT`` macros updated to use C++17 ``alignas`` when available
### December 2020 (3.16)
* Added ``XMVectorLog10`` / ``XMVectorExp10``
* Added ``XMColorRGBToYUV_UHD`` / ``XMColorYUVToRGB_UHD`` for Rec. 2020 YUV

View File

@ -6,7 +6,7 @@ https://github.com/Microsoft/DirectXMath
Copyright (c) Microsoft Corporation. All rights reserved.
**December 2020**
**January 2021**
This package contains the DirectXMath library, an all inline SIMD C++ linear algebra library for use in games and graphics apps.