Skip to content
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] Intrinsify Vector64.ExtractMostSignificantBits on ARM64 #90402

Open
Tracked by #43051
matouskozak opened this issue Aug 11, 2023 · 0 comments
Open
Tracked by #43051

[Mono] Intrinsify Vector64.ExtractMostSignificantBits on ARM64 #90402

matouskozak opened this issue Aug 11, 2023 · 0 comments

Comments

@matouskozak
Copy link
Member

matouskozak commented Aug 11, 2023

Add support for emitting intrinsics for Vector64.ExtractMostSignificantBits on ARM64 platform.

// FIXME: Add support for Vector64 on arm64
int size = mono_class_value_size (arg_class, NULL);
if (size != 16)
return NULL;

@matouskozak matouskozak added this to the Future milestone Aug 11, 2023
@matouskozak matouskozak self-assigned this Aug 11, 2023
@matouskozak matouskozak changed the title [Mono] Intrinsify Vector64::ExtractMostSignificantBits on ARM64 [Mono] Intrinsify Vector64.ExtractMostSignificantBits on ARM64 Aug 15, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

1 participant