diff options
| author | bors <bors@rust-lang.org> | 2024-06-08 17:21:21 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-06-08 17:21:21 +0000 |
| commit | 1f1dd652d93d909e80449f63655b165a2210fead (patch) | |
| tree | b34620e24b83dbdc9f43b3517a342bde66ca8565 /compiler/rustc_codegen_llvm/src | |
| parent | 4d5fd1129ae7aa61a7b698f23d8f01450fffbb03 (diff) | |
| parent | ca3d93aab050c87a18ee2142cc90e7ef79f405ea (diff) | |
| download | rust-1f1dd652d93d909e80449f63655b165a2210fead.tar.gz rust-1f1dd652d93d909e80449f63655b165a2210fead.zip | |
Auto merge of #3655 - RalfJung:simd-bitmask, r=RalfJung
portable-simd: add test for non-power-of-2 bitmask `@calebzulawski` is that the intended behavior? Specifically for arrays, the bitmask `[1, 0, 0, 1, 0, 0, 1, 0, 1, 0]` becomes - `[0b01001001, 0b01]` on little endian - `[0b10010010, 0b10]` on big endian
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions
