From 910db36e3851f384b4aa2bfb834af92f88b61d77 Mon Sep 17 00:00:00 2001 From: "Wu, Zhenyu" Date: Mon, 9 Dec 2024 21:41:29 +0800 Subject: Add Linear ASM compiler Fix #13670 --- docs/markdown/snippets/linearasm_features.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 docs/markdown/snippets/linearasm_features.md (limited to 'docs/markdown/snippets') diff --git a/docs/markdown/snippets/linearasm_features.md b/docs/markdown/snippets/linearasm_features.md new file mode 100644 index 000000000..571408685 --- /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. -- cgit v1.2.3