Skip to content

Commit 596aa5d

Browse files
committed
January 2021
1 parent 5a5d2bd commit 596aa5d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

HISTORY.md

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ Release available for download on [GitHub](https://github.com/microsoft/DirectXM
66

77
## Release History
88

9+
### January 2021 (3.16b)
10+
* Hot-fixes to resolve build breaks for clang/LLVM and GCC on ARM64
11+
* ``XM_ALIGNED_DATA`` and ``XM_ALIGNED_STRUCT`` macros updated to use C++17 ``alignas`` when available
12+
913
### December 2020 (3.16)
1014
* Added ``XMVectorLog10`` / ``XMVectorExp10``
1115
* Added ``XMColorRGBToYUV_UHD`` / ``XMColorYUVToRGB_UHD`` for Rec. 2020 YUV

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ https://github.com/Microsoft/DirectXMath
66

77
Copyright (c) Microsoft Corporation. All rights reserved.
88

9-
**December 2020**
9+
**January 2021**
1010

1111
This package contains the DirectXMath library, an all inline SIMD C++ linear algebra library for use in games and graphics apps.
1212

0 commit comments

Comments
 (0)