Skip to content

Add the portable SIMD project group team #430

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 2 commits into from
Sep 18, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion people/KodrAus.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name = "Ashley Mannix"
github = "KodrAus"
github-id = 6721458
email = "ashleymannix@live.com.au"
email = "kodraus@hey.com"
3 changes: 3 additions & 0 deletions people/calebzulawski.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
name = 'Caleb Zulawski'
github = 'calebzulawski'
github-id = 563826
4 changes: 4 additions & 0 deletions people/hsivonen.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
name = 'Henri Sivonen'
github = 'hsivonen'
github-id = 478856
email = 'hsivonen@hsivonen.fi'
3 changes: 3 additions & 0 deletions people/workingjubilee.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
name = 'Jubilee'
github = 'workingjubilee'
github-id = 46493976
25 changes: 25 additions & 0 deletions teams/project-portable-simd.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name = "project-portable-simd"
kind = "project-group"
subteam-of = "libs"

[people]
leads = [
"hsivonen",
"KodrAus",
"Lokathor",
]
members = [
"BurntSushi",
"calebzulawski",
"KodrAus",
"hsivonen",
"Lokathor",
"workingjubilee",
]

[website]
name = "Portable SIMD Project Group"
description = "Adding portable SIMD to the standard library"

[[github]]
orgs = ["rust-lang"]