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] Intrinsify Vector Narrow on Arm64 #66402

Closed

Conversation

simonrozsival
Copy link
Member

@simonrozsival simonrozsival commented Mar 9, 2022

Contributes to #64072


int lower_op, upper_op;
if (type_enum_is_float (arg0_type)) {
lower_op = OP_ARM64_FCVTXN;
Copy link
Member

Choose a reason for hiding this comment

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

As far as I know, this intrinsic only works for Vector128

@fanyang-mono
Copy link
Member

Closing this PR, as this is an incomplete solution. The complete solution is #66409.

@ghost ghost locked as resolved and limited conversation to collaborators Apr 9, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants