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] [Arm64] Add SIMD support for vector constructors using other vectors #97815

Closed
3 tasks done
Tracked by #43051
jkurdek opened this issue Feb 1, 2024 · 1 comment · Fixed by #98037
Closed
3 tasks done
Tracked by #43051

[Mono] [Arm64] Add SIMD support for vector constructors using other vectors #97815

jkurdek opened this issue Feb 1, 2024 · 1 comment · Fixed by #98037

Comments

@jkurdek
Copy link
Member

jkurdek commented Feb 1, 2024

We have added SIMD support for Vector2 and Vector3 on ARM64. Add support for following constructors

  • Vector3 (Vector2, float)
  • Vector4 (Vector3, float)
  • Vector4 (Vector2, float, float)
@ghost
Copy link

ghost commented Feb 1, 2024

Tagging subscribers to this area: @SamMonoRT, @fanyang-mono
See info in area-owners.md if you want to be subscribed.

Issue Details

We have added SIMD support for Vector2 and Vector3 on ARM64. Add support for following constructors

  • Vector3 (Vector2, float)
  • Vector4 (Vector3, float)
  • Vector4 (Vector2, float, float)
Author: jkurdek
Assignees: -
Labels:

area-Codegen-Intrinsics-mono

Milestone: -

@ghost ghost added the untriaged New issue has not been triaged by the area owner label Feb 1, 2024
@jkurdek jkurdek self-assigned this Feb 1, 2024
@ghost ghost added the in-pr There is an active PR which will close this issue when it is merged label Feb 6, 2024
@ghost ghost removed in-pr There is an active PR which will close this issue when it is merged untriaged New issue has not been triaged by the area owner labels Feb 7, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Mar 9, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants