Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rofirrim authored and kito-cheng committed May 22, 2024
1 parent 747acc0 commit 22b2e23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/rvv-intrinsic-examples.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ void branch_rvv(double *a, double *b, double *c, int n, double constant) {
Consider the following function that computes the dot product of two arrays
excluding elements of the first array (along with the correspondign element
of the second array) where the value is 42. The function also counts how many
pairs of elements took part of the dot-product.
pairs of elements took part in the dot-product.

[,c]
----
Expand Down

0 comments on commit 22b2e23

Please sign in to comment.