Skip to content

Accept [u32; N] arrays as simd_shuffle indices - #1693

Open
0xmuon wants to merge 3 commits into
rust-lang:mainfrom
0xmuon:fix11
Open

Accept [u32; N] arrays as simd_shuffle indices#1693
0xmuon wants to merge 3 commits into
rust-lang:mainfrom
0xmuon:fix11

Conversation

@0xmuon

@0xmuon 0xmuon commented Aug 21, 2026

Copy link
Copy Markdown
Contributor

Fixes #1583

pathfinder_simd passes [u32; N] array literals to simd_shuffle instead of a SIMD u32 vector. Accept both forms when lowering the intrinsic.

Test plan:

  • ./y.sh testaot.simd-shuffle-array-index passes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

pathfinder_simd doesn't compile on arm64

1 participant