Skip to content

Commit a70af6f

Browse files
committed
August 2019
1 parent 24a4887 commit a70af6f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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 July 2019 release.</releaseNotes>
11+
<releaseNotes>Matches the August 2019 release.</releaseNotes>
1212
<projectUrl>http://go.microsoft.com/fwlink/?LinkID=615560</projectUrl>
1313
<iconUrl>https://github.com/Microsoft/DirectXMath/wiki/X_jpg.jpg</iconUrl>
1414
<license type="expression">MIT</license>

ReadMe.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ DirectXMath
44

55
Copyright (c) Microsoft Corporation. All rights reserved.
66

7-
July 2019
7+
August 2019
88

99
This package contains the DirectXMath library, an all inline SIMD C++ linear algebra library
1010
for use in games and graphics apps
@@ -61,7 +61,7 @@ https://opensource.microsoft.com/codeofconduct/
6161
RELEASE HISTORY
6262
---------------
6363

64-
July 2019 (3.14)
64+
August 2019 (3.14)
6565
Added float control around IsNan functions to resolve issue with VS 2019 with /fp:fast
6666
XMVerifyCPUSupport updated for clang/LLVM cpuid implementation on x86/x64
6767
Added support for clang/LLVM built-in platform defines as well as the MSVC ones

0 commit comments

Comments
 (0)