diff options
author | Wu, Zhenyu <wuzhenyu@ustc.edu> | 2024-12-09 21:41:29 +0800 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2025-01-09 14:52:09 +0200 |
commit | 910db36e3851f384b4aa2bfb834af92f88b61d77 (patch) | |
tree | 08cb6c3518ace0e790b9991ee05e9a16e1721256 /docs/markdown/snippets | |
parent | 5713f6a7ef2eda8606dd488985b4f74678815cca (diff) | |
download | meson-910db36e3851f384b4aa2bfb834af92f88b61d77.zip meson-910db36e3851f384b4aa2bfb834af92f88b61d77.tar.gz meson-910db36e3851f384b4aa2bfb834af92f88b61d77.tar.bz2 |
Add Linear ASM compiler
Fix #13670
Diffstat (limited to 'docs/markdown/snippets')
-rw-r--r-- | docs/markdown/snippets/linearasm_features.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/markdown/snippets/linearasm_features.md b/docs/markdown/snippets/linearasm_features.md new file mode 100644 index 0000000..5714086 --- /dev/null +++ b/docs/markdown/snippets/linearasm_features.md @@ -0,0 +1,3 @@ +## Add new language Linear Asm + +TI C6000 compiler supports a dialect of TI asm, so we add a new language for it. |