Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion source/toolchain/gnu/nuclei_bf16.rst
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ Nuclei 自定义的指令
* Vector Floating-Point Merge Instruction
- ``vfmerge.vfm``
* Vector Floating-Point Move Instruction
- ``vmv.v``
- ``vfmv.v``
* Single-Width Floating-Point/Integer Type-Convert Instructions
- ``vfcvt.xu.f.v``
Expand Down Expand Up @@ -487,7 +488,7 @@ Examples
}


.. _rvv-intrinsic-doc: https://github.com/riscv-non-isa/rvv-intrinsic-doc/releases/tag/v1.0.0-rc7
.. _rvv-intrinsic-doc: https://github.com/riscv-non-isa/rvv-intrinsic-doc/releases/tag/v1.0-ratified
.. _vector-bfloat16-spec.adoc: https://github.com/riscv-non-isa/rvv-intrinsic-doc/blob/9328aba3fca494717de08502ff32819a7c168daa/doc/vector-bfloat16-spec.adoc
.. _bfloat16 intrinsic_funcs: https://github.com/riscv-non-isa/rvv-intrinsic-doc/tree/9328aba3fca494717de08502ff32819a7c168daa/auto-generated/bfloat16/intrinsic_funcs
.. _riscv-bfloat16 release v1.0: https://github.com/riscv/riscv-bfloat16/releases
4 changes: 2 additions & 2 deletions source/toolchain/llvm/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ Extensions Support

xxlvqmacc

- Nuclei custom Scalar BFloat16 Extensions
- Nuclei custom BFloat16 Extensions

:ref:`Xxlfbf <toolchain_gnu_nuclei_bf16>`
:ref:`Xxlfbf <toolchain_gnu_nuclei_bf16>`, :ref:`Xxlvfbf <toolchain_gnu_nuclei_bf16>`

.. rubric:: Experimental Extensions

Expand Down