From 2160408dfdb83b631ea062a192b3c0d479864150 Mon Sep 17 00:00:00 2001 From: Chuck Walbourn Date: Sun, 31 Dec 2023 17:54:51 -0800 Subject: [PATCH] December 2023 (#175) --- .nuget/directxmath.nuspec | 2 +- HISTORY.md | 5 +++++ README.md | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.nuget/directxmath.nuspec b/.nuget/directxmath.nuspec index 218c3bf..689b492 100644 --- a/.nuget/directxmath.nuspec +++ b/.nuget/directxmath.nuspec @@ -8,7 +8,7 @@ microsoft,directxtk DirectXMath is an all inline SIMD C++ linear algebra library for use in games and graphics apps. 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. - Matches the December 2022 release. + Matches the December 2023 release. http://go.microsoft.com/fwlink/?LinkID=615560 images\icon.jpg diff --git a/HISTORY.md b/HISTORY.md index 776291a..ff9d5c6 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -6,6 +6,11 @@ Release available for download on [GitHub](https://github.com/microsoft/DirectXM ## Release History +### December 2023 (3.18b) +* Hot-fix to address ``-Wunsafe-buffer-usage`` warnings from clang v16 +* Hot-fix to address MinGW issue with ``__cpuid`` in cpuid.h vs. intrin.h +* CMake project updates including pkg-config file generation + ### December 2022 (3.18) * C++20 spaceship operators for XMFLOAT2, XMFLOAT3, etc. when building with ``/std:c++20 /Zc:_cplusplus`` * Improved conformance for ARM64 when using `/Zc:arm64-aliased-neon-types-` diff --git a/README.md b/README.md index dcf4a94..c726b95 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ https://github.com/Microsoft/DirectXMath Copyright (c) Microsoft Corporation. -**December 2022** +**December 2023** This package contains the DirectXMath library, an all inline SIMD C++ linear algebra library for use in games and graphics apps.