Skip to content

Commit a0bc507

Browse files
committed
December 2020
1 parent b54240d commit a0bc507

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.nuget/directxmath.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<owners>microsoft,directxtk</owners>
99
<summary>DirectXMath is an all inline SIMD C++ linear algebra library for use in games and graphics apps.</summary>
1010
<description>The DirectXMath API provides SIMD-friendly C++ types and functions for common linear algebra and graphics math operations common to DirectX applications. The library provides optimized versions for Windows 32-bit (x86), Windows 64-bit (x64), and Windows on ARM through SSE2 and ARM-NEON intrinsics support in the Visual Studio compiler.</description>
11-
<releaseNotes>Matches the August 2020 release.</releaseNotes>
11+
<releaseNotes>Matches the December 2020 release.</releaseNotes>
1212
<projectUrl>http://go.microsoft.com/fwlink/?LinkID=615560</projectUrl>
1313
<icon>images\icon.jpg</icon>
1414
<license type="expression">MIT</license>

HISTORY.md

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

77
## Release History
88

9-
### August 2020 (3.16)
9+
### December 2020 (3.16)
1010
* Added ``XMVectorLog10`` / ``XMVectorExp10``
1111
* Added ``XMColorRGBToYUV_UHD`` / ``XMColorYUVToRGB_UHD`` for Rec. 2020 YUV
1212
* Added optional ``rhcoords`` parameter for BoundingFrustum ``CreateFromMatrix``

README.md

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

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

9-
**August 2020**
9+
**December 2020**
1010

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

13-
This code is designed to build with Visual Studio 2017, Visual Studio 2019, or clang for Windows. It is recommended that you make use of the latest updates (VS 2017 15.9 update, or VS 2019 Update 4 or later).
13+
This code is designed to build with Visual Studio 2017, Visual Studio 2019, or clang/LLVM for Windows. It is recommended that you make use of the latest updates (VS 2017 15.9, or VS 2019 16.4 or later).
1414

1515
These components are designed to work without requiring any content from the legacy DirectX SDK. For details, see [Where is the DirectX SDK?](https://aka.ms/dxsdk).
1616

0 commit comments

Comments
 (0)