diff options
author | Chih-Min Chao <chihmin.chao@sifive.com> | 2019-06-07 09:57:52 -0700 |
---|---|---|
committer | Chih-Min Chao <chihmin.chao@sifive.com> | 2019-06-07 09:57:52 -0700 |
commit | a9657f307df6f56eb0898962ccc5a9da4d5c3d29 (patch) | |
tree | be9a05a8673c578fa3d8023feab92e84f517482b /README.md | |
parent | 17bfc2e5df578baa1758403ffd35a701de3267bd (diff) | |
download | spike-a9657f307df6f56eb0898962ccc5a9da4d5c3d29.zip spike-a9657f307df6f56eb0898962ccc5a9da4d5c3d29.tar.gz spike-a9657f307df6f56eb0898962ccc5a9da4d5c3d29.tar.bz2 |
rvv: add vector support to readme
Signed-off-by: Chih-Min Chao <chihmin.chao@sifive.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -18,6 +18,7 @@ Spike supports the following RISC-V ISA features: - D extension, v2.2 - Q extension, v2.2 - C extension, v2.0 + - V extension, v0.7.1 - Conformance to both RVWMO and RVTSO (Spike is sequentially consistent) - Machine, Supervisor, and User modes, v1.11 - Debug v0.14 |