Implement SVE2 non-temporal gather loads#123890
Implement SVE2 non-temporal gather loads#123890ylpoonlg wants to merge 3 commits intodotnet:mainfrom
Conversation
|
Tagging subscribers to this area: @dotnet/area-system-runtime-intrinsics |
🤖 Copilot Code Review — PR #123890Holistic AssessmentMotivation: This PR adds SVE2 non-temporal gather load intrinsics ( Approach: The implementation follows the established pattern for SVE gather loads, adding 12 new intrinsic entries in the JIT tables, corresponding managed APIs in Summary: Detailed Findings❌ Codegen correctness —
|
These APIs with 4-byte addresses are commented out so they cannot be tested currently, but adding them for completeness.
All commented tests/APIs should be related to #103297. |
Contributes to #94019 .
@dotnet/arm64-contrib @a74nh