[gcc r17-3235] doc: Update link to RISC-V Vector Intrinsics specification
Gerald Pfeifer via Gcc-cvs <[email protected]>
| Newsgroups | gmane.comp.gcc.cvs |
|---|---|
| Message-ID | <[email protected]> |
https://gcc.gnu.org/g:6bf1714eae8f686338cbc2f4e2cd7b828a13254b commit r17-3235-g6bf1714eae8f686338cbc2f4e2cd7b828a13254b Author: Gerald Pfeifer <[email protected]> Date: Wed Aug 12 20:18:24 2026 +0200 doc: Update link to RISC-V Vector Intrinsics specification gcc: * doc/extend.texi (RISC-V Vector Intrinsics): Update link to specification. Diff: --- gcc/doc/extend.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index 7116ebb96e1b..8fd2f099fe59 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -27737,7 +27737,7 @@ temporarily paused or slowed down. GCC supports vector intrinsics as specified in the ratified version 1.0 of the RISC-V vector intrinsic specification, which is available from the repository's release page: -@uref{https://github.com/riscv-non-isa/rvv-intrinsic-doc/releases/tag/v1.0-ratified}. +@uref{https://github.com/riscv-non-isa/riscv-rvv-intrinsic-doc/releases/tag/v1.0-ratified}. All of these functions are declared in the include file @file{riscv_vector.h}. @node CORE-V Built-in Functions