Skip to content

Commit 9630780

Browse files
committed
does not build on repr(simd)
1 parent 530378c commit 9630780

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

text/3838-scalable-vectors.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ only in the standard library to introduce scalable vector types which can then
1515
be stabilised. Only the infrastructure to define these types are introduced in
1616
this RFC, not the types or intrinsics that use it.
1717

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].
18+
This RFC depends on [rfcs#3729: Hierarchy of Sized traits][rfcs#3729].
2119

2220
SVE is used in examples throughout this RFC, but the proposed features should be
2321
sufficient to enable support for similar extensions in other architectures, such

0 commit comments

Comments
 (0)