Skip to content

Commit 9fa8bef

Browse files
authored
Merge pull request #427 from jbg/patch-1
Fix typo (compilation time -> runtime) in SVE goal doc
2 parents 8806d62 + 2830885 commit 9fa8bef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/2025h2/scalable-vectors.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ and intrinsics, but instead will work on newer processors with different vector
4646
register lengths and performance characteristics.
4747

4848
SVE has interesting and challenging implications for Rust, introducing value
49-
types with sizes that can only be known at compilation time, requiring
50-
significant work on the language and compiler. Arm has since introduced Scalable
51-
Matrix Extensions (SME), building on SVE to add new capabilities to efficiently
49+
types with sizes that can only be known at runtime, requiring significant work
50+
on the language and compiler. Arm has since introduced Scalable Matrix
51+
Extensions (SME), building on SVE to add new capabilities to efficiently
5252
process matrices, with even more interesting implications for Rust.
5353

5454
Hardware is generally available with SVE, and key Rust stakeholders want to be

0 commit comments

Comments
 (0)