File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ Release available for download on [GitHub](https://github.com/microsoft/DirectXM
6
6
7
7
## Release History
8
8
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
+
9
13
### December 2020 (3.16)
10
14
* Added `` XMVectorLog10 `` / `` XMVectorExp10 ``
11
15
* Added `` XMColorRGBToYUV_UHD `` / `` XMColorYUVToRGB_UHD `` for Rec. 2020 YUV
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ https://github.com/Microsoft/DirectXMath
6
6
7
7
Copyright (c) Microsoft Corporation. All rights reserved.
8
8
9
- ** December 2020 **
9
+ ** January 2021 **
10
10
11
11
This package contains the DirectXMath library, an all inline SIMD C++ linear algebra library for use in games and graphics apps.
12
12
You can’t perform that action at this time.
0 commit comments