Skip to content

Commit

Permalink
Address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
rofirrim authored and kito-cheng committed May 10, 2024
1 parent ac5a361 commit 50465f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/rvv-intrinsic-spec.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ The `vlmul_trunc` intrinsics are syntactic sugar for RVV vector types other than
[[pseudo-vlmul_ext]]
=== `vlmul_ext`

The `vlmul_ext` intrinsics are syntactic sugar for RVV vector types other than tuples and have the same semantic as `vset` with `index` operand having the value `0`.
The `vlmul_ext` intrinsics are syntactic sugar for RVV vector types other than tuples and have the same semantic as `vset` with the `index` operand having the value `0`.

[[pseudo-vcreate]]
=== `vcreate`
Expand Down Expand Up @@ -643,7 +643,7 @@ dest = __riscv_vset_v_f32m2_f32m4(dest, 1, v1);
[[pseudo-vlenb]]
=== `vlenb`

The `vlenb` intrinsic returns what is held inside the read-only CSR `vlenb` ^29^, which is the vector register length in bytes. This pseudo intrinsic is mapped to a `csrr` instruction that reads from the `vlenb` operand.
The `vlenb` intrinsic returns what is held inside the read-only CSR `vlenb` ^29^, which is the vector register length in bytes. This pseudo intrinsic is mapped to a `csrr` instruction that reads from the CSR `vlenb`.

[,c]
----
Expand Down

0 comments on commit 50465f8

Please sign in to comment.