Skip to content

Commit

Permalink
Fix the value of EEW
Browse files Browse the repository at this point in the history
  • Loading branch information
punkyc authored and eopXD committed Aug 28, 2023
1 parent 4db74c0 commit 4d36943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/rvv-intrinsic-spec.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ With the default policy scheme mentioned under <<control-to-policy>>, each intri
* `_mu` suffix: Represents a masked (`vm=0`) vector operation with tail-agnostic (`vta=1`), mask-undisturbed (`vma=0`)
* `_tumu` suffix: Represents a masked (`vm=0`) vector operation with tail-undisturbed (`vta=0`), mask-undisturbed (`vma=0`)

Using `vadd` with EEW=8 and EMUL=1 as an example, the variants are:
Using `vadd` with EEW=32 and EMUL=1 as an example, the variants are:

```c
// vm=1, vta=1
Expand Down

0 comments on commit 4d36943

Please sign in to comment.