# Portable SIMD 2020-09-28 Meeting
###### tags: `Portable SIMD` `Minutes`
[Last Week](https://hackmd.io/a2vhyS0ZTtq1e7JkH2kabA?view) | [This Week's Chat](https://rust-lang.zulipchat.com/#narrow/stream/257879-project-portable-simd/topic/2020-09-28.20meeting) | [Next Week](https://hackmd.io/koVzlGQ0QsWqn1iwLf-Wyg?view)
## Agenda
0. [Announcement post PR](https://github.com/rust-lang/blog.rust-lang.org/pull/697)
1. [One repo, two repo? Red repo, blue repo?](https://github.com/rust-lang/stdsimd/issues/9)
2. [Initial CI](https://github.com/rust-lang/stdsimd/pull/3)
3. [`core::ops` for `core::simd`](https://github.com/rust-lang/stdsimd/pull/10)
### Resolutions
0. Merge this PR!
1. Eventually the project group repo will see use, but for now it's basically going to be a stub, split things up when we need to. Technical documentation goes into stdsimd.
2. File issues for adding more architectures but merge this when it has i586 and wasm32 tests.
3. Rebase after CI PR merges.
## Next Time, on Dragonball Z...
1. Proc macro test something something?