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

[Arm64] Vectorize System.Numerics.Matrix4x4 using hardware intrinsics #33565

Closed
echesakov opened this issue Mar 13, 2020 · 7 comments · Fixed by #40054
Closed

[Arm64] Vectorize System.Numerics.Matrix4x4 using hardware intrinsics #33565

echesakov opened this issue Mar 13, 2020 · 7 comments · Fixed by #40054

Comments

@echesakov
Copy link
Contributor

System.Numerics.Matrix4x4.Transpose()
System.Numerics.Matrix4x4.Lerp()
System.Numerics.Matrix4x4.operator-()
System.Numerics.Matrix4x4.operator+()
System.Numerics.Matrix4x4.operator*()
System.Numerics.Matrix4x4.operator==()
System.Numerics.Matrix4x4.operator!=()

@Dotnet-GitSync-Bot Dotnet-GitSync-Bot added area-System.Numerics untriaged New issue has not been triaged by the area owner labels Mar 13, 2020
@echesakov echesakov added arch-arm64 and removed untriaged New issue has not been triaged by the area owner labels Mar 13, 2020
@echesakov echesakov self-assigned this Mar 13, 2020
@JulieLeeMSFT JulieLeeMSFT added this to the 5.0 milestone May 18, 2020
@BruceForstall
Copy link
Member

Related: #33308

@BruceForstall
Copy link
Member

I'm moving this to Future, as there is no current plan to do the work for .NET 5.

@BruceForstall BruceForstall modified the milestones: 5.0, Future Jun 11, 2020
@jeffhandley jeffhandley modified the milestones: Future, 5.0.0 Jun 16, 2020
@jeffhandley
Copy link
Member

This work is being picked up by the .NET Libraries team; assigned to @tannergooding now.

@eanova
Copy link
Contributor

eanova commented Jul 2, 2020

@tannergooding Hi, I've been unavailable for the past month. I'd like to finish these Matrix4x4 tasks plus Inversion if you haven't assigned it to someone else already.

@tannergooding
Copy link
Member

This is something I've actually already finished locally and will be getting up a PR for either later tonight or early Monday. Thanks however!

@BruceForstall
Copy link
Member

@tannergooding Is this still in progress?

@tannergooding
Copy link
Member

Yes, just trying to work through some ARM64 specific failures: #40054

@ghost ghost locked as resolved and limited conversation to collaborators Dec 10, 2020
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.

7 participants