rust/crates/core_simd
Dylan DPC ebb7423107 Rollup merge of #94452 - workingjubilee:sync-simd-bitmasks, r=workingjubilee
Sync portable-simd for bitmasks &c.

In the ideal case, where everything works easily and nothing has to be rearranged, it is as simple as:
- `git subtree pull -P library/portable-simd https://github.com/rust-lang/portable-simd - ${branch}`
- write the commit message
- `python x.py test --stage 1` to make sure it runs
- `git push` to your PR-to-rustc branch

If anything borks up this flow, you can fix it with sufficient git wizardry but you are usually better off going back to the source, fixing it, and starting over, before you open the PR.

r? `@calebzulawski`
2022-03-01 03:41:53 +01:00
..
examples Sync rust-lang/portable-simd@5f49d4c843 2022-02-28 10:17:40 -08:00
src Rollup merge of #94452 - workingjubilee:sync-simd-bitmasks, r=workingjubilee 2022-03-01 03:41:53 +01:00
tests Sync rust-lang/portable-simd@5f49d4c843 2022-02-28 10:17:40 -08:00
Cargo.toml Sync rust-lang/portable-simd@03f6fbb21e 2022-01-27 11:23:40 -08:00
LICENSE-APACHE
LICENSE-MIT
webdriver.json