Skip to content

Commit 2160408

Browse files
authored
December 2023 (#175)
1 parent 3d199f0 commit 2160408

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
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 December 2022 release.</releaseNotes>
11+
<releaseNotes>Matches the December 2023 release.</releaseNotes>
1212
<projectUrl>http://go.microsoft.com/fwlink/?LinkID=615560</projectUrl>
1313
<repository type="git" url="https://github.com/microsoft/DirectXMath.git" />
1414
<icon>images\icon.jpg</icon>

HISTORY.md

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

77
## Release History
88

9+
### December 2023 (3.18b)
10+
* Hot-fix to address ``-Wunsafe-buffer-usage`` warnings from clang v16
11+
* Hot-fix to address MinGW issue with ``__cpuid`` in cpuid.h vs. intrin.h
12+
* CMake project updates including pkg-config file generation
13+
914
### December 2022 (3.18)
1015
* C++20 spaceship operators for XMFLOAT2, XMFLOAT3, etc. when building with ``/std:c++20 /Zc:_cplusplus``
1116
* Improved conformance for ARM64 when using `/Zc:arm64-aliased-neon-types-`

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.
88

9-
**December 2022**
9+
**December 2023**
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)