Skip to content

Commit

Permalink
August 2019
Browse files Browse the repository at this point in the history
  • Loading branch information
walbourn committed Aug 23, 2019
1 parent 24a4887 commit a70af6f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .nuget/directxmath.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<owners>microsoft,directxtk</owners>
<summary>DirectXMath is an all inline SIMD C++ linear algebra library for use in games and graphics apps.</summary>
<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>
<releaseNotes>Matches the July 2019 release.</releaseNotes>
<releaseNotes>Matches the August 2019 release.</releaseNotes>
<projectUrl>http://go.microsoft.com/fwlink/?LinkID=615560</projectUrl>
<iconUrl>https://github.com/Microsoft/DirectXMath/wiki/X_jpg.jpg</iconUrl>
<license type="expression">MIT</license>
Expand Down
4 changes: 2 additions & 2 deletions ReadMe.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ DirectXMath

Copyright (c) Microsoft Corporation. All rights reserved.

July 2019
August 2019

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

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

0 comments on commit a70af6f

Please sign in to comment.