Skip to content

Commit 968ae3e

Browse files
committed
correct no action rationale
1 parent c6d836d commit 968ae3e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

text/3838-scalable-vectors.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -392,10 +392,9 @@ initially support RVV tuples (see
392392

393393
Without support for scalable vectors in the language and compiler, it is not
394394
possible to leverage hardware with scalable vectors from Rust. As extensions
395-
with scalable vectors are available in architectures as either the only or
396-
recommended way to do SIMD, lack of support in Rust would severely limit Rust's
397-
suitability on these architectures compared to other systems programming
398-
languages.
395+
with scalable vectors are available in architectures as the recommended way to
396+
do SIMD, lack of support in Rust would limit Rust's suitability on these
397+
architectures compared to other systems programming languages.
399398

400399
`rustc_scalable_vector` is preferred over a `repr(scalable)` attribute as there
401400
is existing dissatisfaction with fixed-length vectors being defined using the

0 commit comments

Comments
 (0)