Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Mono] Issues to prevent SIMD registers from being enabled on Arm64 #87576

Open
3 tasks
Tracked by #43051
fanyang-mono opened this issue Jun 14, 2023 · 0 comments
Open
3 tasks
Tracked by #43051

Comments

@fanyang-mono
Copy link
Member

fanyang-mono commented Jun 14, 2023

According to #87540

The following problems need to be fixed to enable SIMD registers across all Mono codegen engines on Arm64

  • the gshared versions of SIMD types like Vector<T_INT> are not marked as SIMD, so there is a calling convention mismatch if the callee is generic shared.
  • the gsharedvt code doesn't support it, i.e. it asserts in get_arg_slots ().
  • the dyncall code might not support it either.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant