From 6be31ff8cf5e2f468922d02be0645987c67c2ef9 Mon Sep 17 00:00:00 2001 From: Jim Dai <48400614+ranvd@users.noreply.github.com> Date: Tue, 2 Jan 2024 21:32:13 +0800 Subject: [PATCH] fix typo in README.md mdoe -> mode Signed-off-by: Jim Dai <48400614+ranvd@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dc4a81296..09145f67b 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Please check out the latest intrinsics specification under [GCC 13](https://gcc.gnu.org/gcc-13/changes.html) supports the [v0.11](https://github.com/riscv-non-isa/rvv-intrinsic-doc/releases/tag/v0.11.1) version, which does not have tuple type segment load/store intrinsics, fixed-point intrinsics with rounding mode parameter, and floating-point intrinsics -with rounding mdoe parameter. +with rounding mode parameter. [The RISC-V Vector C intrinsics TG mailing list](https://lists.riscv.org/g/tech-rvv-intrinsics)