aboutsummaryrefslogtreecommitdiff
path: root/llvm
diff options
context:
space:
mode:
authorMin-Yih Hsu <min.hsu@sifive.com>2025-11-03 18:28:33 -0800
committerGitHub <noreply@github.com>2025-11-03 18:28:33 -0800
commit70ff2c9a32ec2fa123869be9ca6efdd2f24fca1f (patch)
tree1de552fb7e2c51a99de4be66ac08ee28077ca33c /llvm
parent4d98ee2a22242bbe12f2fdb13ee49be697546259 (diff)
downloadllvm-70ff2c9a32ec2fa123869be9ca6efdd2f24fca1f.zip
llvm-70ff2c9a32ec2fa123869be9ca6efdd2f24fca1f.tar.gz
llvm-70ff2c9a32ec2fa123869be9ca6efdd2f24fca1f.tar.bz2
[doc][RISCV] Add XSfvfexp* and XSfvfexpa* into RISCVUsage.rst (#166198)
They were introduced in #164349
Diffstat (limited to 'llvm')
-rw-r--r--llvm/docs/RISCVUsage.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/llvm/docs/RISCVUsage.rst b/llvm/docs/RISCVUsage.rst
index 49184e3..d03f383 100644
--- a/llvm/docs/RISCVUsage.rst
+++ b/llvm/docs/RISCVUsage.rst
@@ -406,6 +406,12 @@ The current vendor extensions supported are:
``XSfvcp``
LLVM implements `version 1.1.0 of the SiFive Vector Coprocessor Interface (VCIX) Software Specification <https://sifive.cdn.prismic.io/sifive/Zn3m1R5LeNNTwnLS_vcix-spec-software-v1p1.pdf>`__ by SiFive. All instructions are prefixed with `sf.vc.` as described in the specification, and the riscv-toolchain-convention document linked above.
+``Xsfvfexp16e``, ``Xsfvfbfexp16e``, and ``Xsfvfexp32e``
+ LLVM implements `version 0.5 of the Vector Exponential Extension Specification <https://www.sifive.com/document-file/exponential-function-instruction-xsfvfexp32e-xsfvf>`__ by SiFive. All instructions are prefixed with `sf.` as described in the specification linked above.
+
+``Xsfvfexpa`` and ``Xsfvfexpa64e``
+ LLVM implements `version 0.2 of the Vector Exponential Approximation Extension Specification <https://www.sifive.com/document-file/exponential-approximation-instruction-xsfvfexpa-ex>`__ by SiFive. All instructions are prefixed with `sf.` as described in the specification linked above.
+
``XSfvqmaccdod``, ``XSfvqmaccqoq``
LLVM implements `version 1.1.0 of the SiFive Int8 Matrix Multiplication Extensions Specification <https://sifive.cdn.prismic.io/sifive/1a2ad85b-d818-49f7-ba83-f51f1731edbe_int8-matmul-spec.pdf>`__ by SiFive. All instructions are prefixed with `sf.` as described in the specification linked above.