We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
repr(simd)
1 parent 530378c commit 9630780Copy full SHA for 9630780
text/3838-scalable-vectors.md
@@ -15,9 +15,7 @@ only in the standard library to introduce scalable vector types which can then
15
be stabilised. Only the infrastructure to define these types are introduced in
16
this RFC, not the types or intrinsics that use it.
17
18
-This RFC builds on Rust's existing SIMD infrastructure, introduced in
19
-[rfcs#1199: SIMD Infrastructure][rfcs#1199]. It depends on
20
-[rfcs#3729: Hierarchy of Sized traits][rfcs#3729].
+This RFC depends on [rfcs#3729: Hierarchy of Sized traits][rfcs#3729].
21
22
SVE is used in examples throughout this RFC, but the proposed features should be
23
sufficient to enable support for similar extensions in other architectures, such
0 commit comments