Skip to content

Commit 6ac3b31

Browse files
Merge pull request #430 from KodrAus/patch-5
Add the portable SIMD project group team
2 parents fb31bb8 + b092948 commit 6ac3b31

File tree

5 files changed

+36
-1
lines changed

5 files changed

+36
-1
lines changed

people/KodrAus.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
name = "Ashley Mannix"
22
github = "KodrAus"
33
github-id = 6721458
4-
email = "ashleymannix@live.com.au"
4+
email = "kodraus@hey.com"

people/calebzulawski.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
name = 'Caleb Zulawski'
2+
github = 'calebzulawski'
3+
github-id = 563826

people/hsivonen.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name = 'Henri Sivonen'
2+
github = 'hsivonen'
3+
github-id = 478856
4+

people/workingjubilee.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
name = 'Jubilee'
2+
github = 'workingjubilee'
3+
github-id = 46493976

teams/project-portable-simd.toml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
name = "project-portable-simd"
2+
kind = "project-group"
3+
subteam-of = "libs"
4+
5+
[people]
6+
leads = [
7+
"hsivonen",
8+
"KodrAus",
9+
"Lokathor",
10+
]
11+
members = [
12+
"BurntSushi",
13+
"calebzulawski",
14+
"KodrAus",
15+
"hsivonen",
16+
"Lokathor",
17+
"workingjubilee",
18+
]
19+
20+
[website]
21+
name = "Portable SIMD Project Group"
22+
description = "Adding portable SIMD to the standard library"
23+
24+
[[github]]
25+
orgs = ["rust-lang"]

0 commit comments

Comments
 (0)