From ac910faccb184a7254cabeb4869b5da17dadfd8f Mon Sep 17 00:00:00 2001 From: Liana Koleva <43767763+lianakoleva@users.noreply.github.com> Date: Thu, 26 Oct 2023 16:15:40 +0200 Subject: [PATCH] typo --- FUNCTIONALITIES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FUNCTIONALITIES.md b/FUNCTIONALITIES.md index 65c30fc83..2e26a7903 100644 --- a/FUNCTIONALITIES.md +++ b/FUNCTIONALITIES.md @@ -47,7 +47,7 @@ This file specifies the functionalities of the RISC-V Vector Specification suppo - Vector floating-point square-root instruction: `vfsqrt` - Vector floating-point min/max instructions: `vfmin`, `vfmax` - Vector floating-point sign-injection instructions: `vfsgnj`, `vfsgnjn`, `vfsgnjx` -- Vecotr floating-point classify instruction: `vfclass` +- Vector floating-point classify instruction: `vfclass` - Vector floating-point merge instruction: `vfmerge` - Vector floating-point move instruction: `vfmv` - Vector floating-point compare instructions: `vmfeq`, `vmfne`, `vmflt`, `vmfle`, `vmfgt`, `vmfge`