Skip to content

Conversation

@davidwrighton
Copy link
Member

SVE intrinsics support for the FFR register adds a new concept of per method saved logical FFR state which the interpreter does not model.

@dotnet-policy-service
Copy link
Contributor

Tagging subscribers to this area: @BrzVlad, @janvorli, @kg
See info in area-owners.md if you want to be subscribed.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR disables SVE (Scalable Vector Extension) intrinsics when the interpreter is enabled in the CoreCLR runtime. The change addresses an architectural incompatibility where SVE's FFR (First-Fault Register) requires per-method saved logical state that the interpreter does not currently support.

Changes:

  • Added a conditional check to disable SVE intrinsics when the interpreter is active

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant