Skip to content

Commit dbb1118

Browse files
authored
draft 2025H2 RFC text (#371)
1 parent f877c83 commit dbb1118

15 files changed

+230
-171
lines changed

src/2025h1/arm-sve-sme.md

Lines changed: 24 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
# SVE and SME on AArch64
22

3-
| Metadata | |
4-
| :-- | :-- |
5-
| Point of contact | @davidtwco |
6-
| Status | Accepted |
7-
| Zulip channel | N/A |
8-
| Tracking issue | [rust-lang/rust-project-goals#270] |
3+
| Metadata | |
4+
| :--------------- | :--------------------------------- |
5+
| Point of contact | @davidtwco |
6+
| Status | Accepted |
7+
| Flagship | Unblocking dormant traits |
8+
| Zulip channel | N/A |
9+
| Tracking issue | [rust-lang/rust-project-goals#270] |
910

1011
*Arm's Rust team is @davidtwco, @adamgemmell, @jacobbramley, @JamieCunliffe and @Jamesbarford, as
1112
well as @mrkajetanp and @harmou01 as graduates on rotation. This goal will be primarily worked on
@@ -116,40 +117,40 @@ the work to be done by owners and the work to be done by Rust teams (subject to
116117
team in an RFC/FCP).
117118

118119
| Task | Owner(s) or team(s) | Notes |
119-
|------------------------------|---------------------------------------|-------|
120+
| ---------------------------- | ------------------------------------- | ----- |
120121
| Discussion and moral support | ![Team][] [lang], [types], [compiler] | |
121122

122123
### Land nightly experiment for SVE types
123124

124-
| Task | Owner(s) or team(s) | Notes |
125-
|---------------------------------------|---------------------------|-------------------------------------------------------------------------------|
126-
| Land nightly experiment for SVE types | @JamieCunliffe | |
127-
| Author RFC | | Update [rfcs#3268][rfc_sve], will still rely on exceptions in the type system |
128-
| RFC decision | ![Team][] [types] | |
129-
| Implementation | | Update [rust#118917][impl_sve] |
130-
| Standard reviews | ![Team][] [compiler] | |
125+
| Task | Owner(s) or team(s) | Notes |
126+
| ------------------------------------- | -------------------- | ----------------------------------------------------------------------------- |
127+
| Land nightly experiment for SVE types | @JamieCunliffe | |
128+
| Author RFC | | Update [rfcs#3268][rfc_sve], will still rely on exceptions in the type system |
129+
| RFC decision | ![Team][] [types] | |
130+
| Implementation | | Update [rust#118917][impl_sve] |
131+
| Standard reviews | ![Team][] [compiler] | |
131132

132133
### Upstream SVE types and intrinsics
133134

134135
| Task | Owner(s) or team(s) | Notes |
135-
|-----------------------------------|---------------------|--------------------------------------------------------------------------------------|
136+
| --------------------------------- | ------------------- | ------------------------------------------------------------------------------------ |
136137
| Upstream SVE types and intrinsics | @JamieCunliffe | Using `repr(scalable)` from previous work, upstream the nightly intrinsics and types |
137138

138139
### Extending type system to support scalable vectors
139140

140-
| Task | Owner(s) or team(s) | Notes |
141-
|---------------------------------------------------|---------------------------|-------|
142-
| Extending type system to support scalable vectors | @davidtwco | |
143-
| Author RFC | | |
141+
| Task | Owner(s) or team(s) | Notes |
142+
| ------------------------------------------------- | ------------------------- | ---------- |
143+
| Extending type system to support scalable vectors | @davidtwco | |
144+
| Author RFC | | |
144145
| Lang-team champion | ![Team][] [lang] | @davidtwco |
145-
| RFC decision | ![Team][] [types], [lang] | |
146-
| Implementation | | |
147-
| Standard reviews | ![Team][] [compiler] | |
146+
| RFC decision | ![Team][] [types], [lang] | |
147+
| Implementation | | |
148+
| Standard reviews | ![Team][] [compiler] | |
148149

149150
### Investigate SME support
150151

151152
| Task | Owner(s) or team(s) | Notes |
152-
|------------------------------|---------------------------------------|-------|
153+
| ---------------------------- | ------------------------------------- | ----- |
153154
| Investigate SME support | @JamieCunliffe, @davidtwco | |
154155
| Discussion and moral support | ![Team][] [lang], [types], [compiler] | |
155156
| Draft next goal | @davidtwco | |

0 commit comments

Comments
 (0)