-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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] AdvSimd.Arm64 [Load/Store]Vector64 and [Load/Store]Vector128 for 2,3 and 4 variants with LLVM #93081
Comments
Tagging subscribers to this area: @SamMonoRT, @fanyang-mono Issue DetailsRefer to #84510 for the full list of API's. Re-enable tests being disabled tests. Part of the work of this issue is to handle tuple type input arguments in those API's. To implement it, see the following example for inspiration runtime/src/mono/mono/mini/simd-intrinsics.c Line 4183 in 4325acc
|
@fanyang-mono - this should help you! |
Closing this issue, as all the tasks listed here have been completed. |
Refer to #84510 for the full list of API's. Re-enable tests being disabled tests.
Part of the work of this issue is to handle tuple type input arguments in those API's. To implement it, see the following example for inspiration
runtime/src/mono/mono/mini/simd-intrinsics.c
Line 4183 in 4325acc
AdvSimd and AdvSimd.Arm64 intrinsics are currently only supported by LLVM. So these new intrinsics will follow this trend.
This is the list of APIs for AdvSimd:
This is the list of APIs for AdvSimd.Arm64:
The text was updated successfully, but these errors were encountered: