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.Vector4 on Arm64 #69186

Closed
19 tasks done
Tracked by #43051
fanyang-mono opened this issue May 11, 2022 · 3 comments
Closed
19 tasks done
Tracked by #43051

[Mono] Add SIMD support for System.Numerics.Vector4 on Arm64 #69186

fanyang-mono opened this issue May 11, 2022 · 3 comments
Assignees
Milestone

Comments

@fanyang-mono
Copy link
Member

fanyang-mono commented May 11, 2022

Methods:

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

Operators:

  • Additon
  • Division
  • Equality
  • Inequality
  • Multiply
  • Subtraction
@fanyang-mono fanyang-mono added this to the 7.0.0 milestone May 11, 2022
@fanyang-mono fanyang-mono self-assigned this May 11, 2022
@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 changed the title Add SIMD support for System.Numerics.Vector4 on Arm64 Add SIMD support for System.Numerics.Vector{2, 4} on Arm64 May 19, 2022
@fanyang-mono
Copy link
Member Author

The support of Vector4 on Amd64 was added to function emit_vector_2_3_4 in simd-intrinsics.c

@fanyang-mono fanyang-mono changed the title Add SIMD support for System.Numerics.Vector{2, 4} on Arm64 [Mono] Add SIMD support for System.Numerics.Vector4 on Arm64 Aug 5, 2022
@fanyang-mono
Copy link
Member Author

This issue was completed via #72124.

@ghost ghost locked as resolved and limited conversation to collaborators Sep 4, 2022
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

1 participant