From 492369cdb2bad986f6bb453b0499734f57793a42 Mon Sep 17 00:00:00 2001 From: Matteo Perotti Date: Mon, 2 Dec 2024 14:14:19 +0100 Subject: [PATCH] [FUNCTIONALITIES] Update Functionalities --- FUNCTIONALITIES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FUNCTIONALITIES.md b/FUNCTIONALITIES.md index 6b0347677..99e8683c8 100644 --- a/FUNCTIONALITIES.md +++ b/FUNCTIONALITIES.md @@ -5,7 +5,6 @@ This file specifies the functionalities of the RISC-V Vector Specification suppo ## Constant Parameters - Maximum size of a single vector element in bits: ELEN = 64 -- Striping distance, in bits: SLEN = 64 ## Vector Loads and Stores @@ -85,6 +84,7 @@ This file specifies the functionalities of the RISC-V Vector Specification suppo - Integer Scalar Move instructions: `vmv.x.s`, `vmv.s.x` - Floating-Point Scalar Move instructions: `vfmv.f.s`, `vfmv.s.f` - Vector slide instructions: `vslideup`, `vslidedown`, `vslide1up`, `vfslide1up`, `vslide1down`, `vfslide1down` +- Vector register gather instructions: `vrgather`, `vrgatherei16`, `vcompress` ## Vector fixed-point arithmetic instructions