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 missing SIMD support for some methods from System.Numerics.Vector2/3/4 and Quaternion on Arm64 #91394

Closed
22 tasks done
Tracked by #43051
matouskozak opened this issue Aug 31, 2023 · 2 comments
Closed
22 tasks done
Tracked by #43051

Comments

@matouskozak
Copy link
Member

matouskozak commented Aug 31, 2023

Vector2

  • SN_CopyTo - CoreClr doesn't intrinsify this API
  • SN_Distance
  • SN_DistanceSquared
  • SN_Length
  • SN_LengthSquared
  • SN_Lerp
  • SN_Normalize

Vector3

  • SN_CopyTo - CoreClr doesn't intrinsify this API
  • SN_Distance
  • SN_DistanceSquared
  • SN_Length
  • SN_LengthSquared
  • SN_Lerp
  • SN_Normalize

Vector4

  • SN_CopyTo - CoreClr doesn't intrinsify this API
  • SN_Distance
  • SN_DistanceSquared
  • SN_Length
  • SN_LengthSquared
  • SN_Lerp
  • SN_Normalize

Quaternion

  • Conjugate
@ghost
Copy link

ghost commented Aug 31, 2023

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

Issue Details

Vector2

  • SN_CopyTo
  • SN_Distance
  • SN_DistanceSquared
  • SN_Length
  • SN_LengthSquared
  • SN_Lerp
  • SN_Normalize

Vector3

  • SN_CopyTo
  • SN_Distance
  • SN_DistanceSquared
  • SN_Length
  • SN_LengthSquared
  • SN_Lerp
  • SN_Normalize

Vector4

  • SN_CopyTo
  • SN_Distance
  • SN_DistanceSquared
  • SN_Length
  • SN_LengthSquared
  • SN_Lerp
  • SN_Normalize
Author: matouskozak
Assignees: fanyang-mono, matouskozak
Labels:

area-Codegen-Intrinsics-mono

Milestone: 9.0.0

@matouskozak matouskozak modified the milestones: 9.0.0, Future Feb 16, 2024
@fanyang-mono fanyang-mono assigned jkurdek and unassigned matouskozak Feb 20, 2024
@fanyang-mono fanyang-mono modified the milestones: Future, 9.0.0 Feb 20, 2024
@fanyang-mono fanyang-mono changed the title [Mono] Add missing SIMD support for some methods from System.Numerics.Vector2/3/4 on Arm64 [Mono] Add missing SIMD support for some methods from System.Numerics.Vector2/3/4 and Quaternion on Arm64 Feb 21, 2024
@fanyang-mono
Copy link
Member

This issue was completed via #98761

@github-actions github-actions bot locked and limited conversation to collaborators May 27, 2024
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

3 participants