[clang] [llvm] [RISCV] Add SpacemiT XSMTVDot (SpacemiT Vector Dot Product) extension. (PR #151706)
Min-Yih Hsu via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 4 16:57:35 PDT 2025
================
@@ -531,6 +531,9 @@ The current vendor extensions supported are:
``XAndesVDot``
LLVM implements `version 5.0.0 of the Andes Vector Dot Product Extension specification <https://github.com/andestech/andes-v5-isa/releases/download/ast-v5_4_0-release/AndeStar_V5_ISA_Spec_UM165-v1.5.08-20250317.pdf>`__ by Andes Technology. All instructions are prefixed with `nds.` as described in the specification.
+``XSMTVDot``
+ LLVM implements `version 1.0.0 of the SpacemiT Vector Dot Product Extension specification <https://developer.spacemit.com/documentation?token=BWbGwbx7liGW21kq9lucSA6Vnpb#2.1>`__ by SpacemiT. All instructions are prefixed with `smt.` as described in the specification.
----------------
mshockwave wrote:
I think this links only says X60 supports this extension, rather than the full spec of it. Could you use https://github.com/space-mit/riscv-ime-extension-spec/releases/tag/v0429 instead?
https://github.com/llvm/llvm-project/pull/151706
More information about the llvm-commits
mailing list