diff options
| author | Zephyr Lykos <git@mochaa.ws> | 2025-05-04 21:22:23 +0800 |
|---|---|---|
| committer | Jussi Pakkanen <jussi.pakkanen@mailbox.org> | 2025-05-15 23:33:03 +0300 |
| commit | c4431549478f1678cb014a10eccbcfd438d6bdfc (patch) | |
| tree | 9afd16b36866b0205639a48fc7c05fa01822f4f9 /docs/markdown | |
| parent | a51c99de551f340211888b5edaadf217657b27b2 (diff) | |
| download | meson-c4431549478f1678cb014a10eccbcfd438d6bdfc.tar.gz | |
docs: mention masm support in release notes
Diffstat (limited to 'docs/markdown')
| -rw-r--r-- | docs/markdown/snippets/vs2010-masm-support.md | 8 |
1 files changed, 8 insertions, 0 deletions
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. |
