Skip to content
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"]