# Portable SIMD 2021-07-19 Meeting ###### tags: `Portable SIMD` `Minutes` [Last Meeting] | [This Meeting's Chat] | [Next Meeting] [Last Meeting]: https://hackmd.io/K-qO8F32TEKjUSrbiimNtw [This Meeting's Chat]: https://rust-lang.zulipchat.com/#narrow/stream/257879-project-portable-simd/topic/Meeting.202021-07-19 [Next Meeting]: https://hackmd.io/U-mZ_c6AQ4Gpb6v7Mmlghw ## Attending - Jubilee - Caleb - Jacob ## Agenda 0. [Add 32-bit SIMD type aliases](https://github.com/rust-lang/stdsimd/pull/145) 1. https://github.com/rust-lang/stdsimd/issues/109 2. https://github.com/rust-lang/stdsimd/pull/144 3. https://github.com/rust-lang/stdsimd/pull/141 4. https://github.com/rust-lang/stdsimd/pull/131 5. https://github.com/rust-lang/stdsimd/pull/144 ## Resolutions 0. Merge, decide lane limit at some point. - maybe `2..=64 where x.is_power_of_2()` lanes for all? 1. No progress. Next time? 2. Merge (well, squash). 3. Merge. - should we rename the repo? - yes, it is confusing. - open issue and rename in two weeks. - aaand Jubilee fixes a few merge conflicts 4. merge with notes - shouldn't we have fmt in CI anyways? - Caleb will open issue and / or add fmt to CI 5. discuss async