Skip to content

Commit 93e6399

Browse files
authored
June 2026 (3.21b) hotfix (#317)
1 parent 2d9944f commit 93e6399

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

.github/skills/release/SKILL.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ description: Guide for performing the DirectXMath release process. Use this skil
5959

6060
### Phase 8: Finalize
6161

62-
When fully completed, be sure to update the GitHub release with links to the matching NuGet packages and the VCPKG port.
62+
20. When fully completed, be sure to update the GitHub release with links to the matching NuGet packages and the VCPKG port.
63+
21. Contact the Visual C++ compiler team and have them update `src/qa/suites/common/TestAssets.xml` to use the release's commit ids for DirectXMath and the Test Suite to be included in their test coverage.
6364

6465
## Key Scripts
6566

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ Release available for download on [GitHub](https://github.com/microsoft/DirectXM
66

77
## Release History
88

9+
### June 2026 (3.21b)
10+
* `constexpr` added to C++20 comparison operators for `XMFLOAT3X3`, `XMFLOAT4X3`, `XMFLOAT3X4`, and `XMFLOAT4X4`
11+
912
### May 2026 (3.21)
1013
* Defaulted C++20 `operator==` and `operator<=>` added for `XMFLOAT3`
1114
* Fix C++20 comparison operators for `XMFLOAT3X3`, `XMFLOAT4X3`, `XMFLOAT3X4`, and `XMFLOAT4X4`

README.md

Lines changed: 1 addition & 1 deletion
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-
## May 2026
9+
## June 2026
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)