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] Add SIMD support for System.Numerics.Vector2 on Arm64 #73462

Closed
18 tasks done
Tracked by #43051
fanyang-mono opened this issue Aug 5, 2022 · 3 comments
Closed
18 tasks done
Tracked by #43051

[Mono] Add SIMD support for System.Numerics.Vector2 on Arm64 #73462

fanyang-mono opened this issue Aug 5, 2022 · 3 comments
Assignees
Milestone

Comments

@fanyang-mono
Copy link
Member

fanyang-mono commented Aug 5, 2022

Methods:

  • ctor
  • Abs
  • Dot
  • GetElement
  • Max
  • Min
  • SquareRoot
  • WithElement
  • get_Item
  • get_One
  • get_Zero
  • set_Item

Operators:

  • Additon
  • Division
  • Equality
  • Inequality
  • Multiply
  • Subtraction
@dotnet-issue-labeler
Copy link

I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label.

@fanyang-mono fanyang-mono self-assigned this Aug 5, 2022
@ghost ghost added the untriaged New issue has not been triaged by the area owner label Aug 5, 2022
@fanyang-mono fanyang-mono added this to the 8.0.0 milestone Aug 5, 2022
@ghost ghost removed the untriaged New issue has not been triaged by the area owner label Aug 5, 2022
@fanyang-mono
Copy link
Member Author

cc: @matouskozak

@fanyang-mono fanyang-mono modified the milestones: 8.0.0, 9.0.0 Jul 12, 2023
@fanyang-mono
Copy link
Member Author

Couldn't get to this within .NET8, due to other higher priority projects.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants