about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2024-06-08 17:21:21 +0000
committerbors <bors@rust-lang.org>2024-06-08 17:21:21 +0000
commit1f1dd652d93d909e80449f63655b165a2210fead (patch)
treeb34620e24b83dbdc9f43b3517a342bde66ca8565 /compiler/rustc_codegen_llvm/src
parent4d5fd1129ae7aa61a7b698f23d8f01450fffbb03 (diff)
parentca3d93aab050c87a18ee2142cc90e7ef79f405ea (diff)
downloadrust-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