From c4431549478f1678cb014a10eccbcfd438d6bdfc Mon Sep 17 00:00:00 2001 From: Zephyr Lykos Date: Sun, 4 May 2025 21:22:23 +0800 Subject: docs: mention masm support in release notes --- docs/markdown/snippets/vs2010-masm-support.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 docs/markdown/snippets/vs2010-masm-support.md (limited to 'docs/markdown') diff --git a/docs/markdown/snippets/vs2010-masm-support.md b/docs/markdown/snippets/vs2010-masm-support.md new file mode 100644 index 000000000..840cbf39c --- /dev/null +++ b/docs/markdown/snippets/vs2010-masm-support.md @@ -0,0 +1,8 @@ +## Support for MASM in Visual Studio backends + +Previously, assembling `.masm` files with Microsoft's Macro Assembler is only +available on the Ninja backend. This now also works on Visual Studio backends. + +Note that building ARM64EC code using `ml64.exe` is currently unimplemented in +both of the backends. If you need mixing x64 and Arm64 in your project, please +file an issue on GitHub. -- cgit v1.2.3