-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[mono] Tracking: Implement System.Runtime.Intrinsics.Arm.Rdm
#42322
Comments
Tagging subscribers to this area: |
Hi I was interested in working on this issue, I was wondering are there any tests available for this or should I be writing my own corresponding tests? Thank you! |
Hi @mihir-b-shah, Awesome. There are tests available but they are currently disabled. The existing tests are located here:
Other intrinsics-on-Mono work is being done right now, and by looking at some of these commits you should be able to get a feel for what you'll need to do. Here's an example: |
Need #48475 to implement a subset of these |
Implemented in #49737. |
System.Runtime.Intrinsics.Arm.Rdm:
System.Runtime.Intrinsics.Arm.Rdm.Arm64:
The text was updated successfully, but these errors were encountered: